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 | 胡?弁 | 1000110011010011001111111001010111011001 | 8cd33f95d9 |
EUC-JP | 胡?弁 | 1011100011010101001111111100101011011011 | b8d53fcadb |
UTF-8 | 胡쾡弁 | 111010001000001110100001111011001011111010100001111001011011110010000001 | e883a1ecbea1e5bc81 |
UHC | 胡쾡弁 | 111110111101011111000100111010011101110010100111 | fbd7c4e9dca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)