To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 設鴟設 | 100100001101110111101001111101001001000011011101 | 90dde9f490dd |
EUC-JP | 設鴟設 | 110000001101111111110010111101101100000011011111 | c0dff2f6c0df |
UTF-8 | 設鴟設 | 111010001010100010101101111010011011010010011111111010001010100010101101 | e8a8ade9b49fe8a8ad |
UHC | 設?設 | 1110000011100010001111111110000011100010 | e0e23fe0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)