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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴣躊鶉溽 | 1110100111110011111001110101001111101010010001111001111111100111 | e9f3e753ea479fe7 |
EUC-JP | 鴣躊鶉溽 | 1111001011110101111011011011010011110011101010001101111011101001 | f2f5edb4f3a8dee9 |
UTF-8 | 鴣躊鶉溽 | 111010011011010010100011111010001011101010001010111010011011011010001001111001101011101010111101 | e9b4a3e8ba8ae9b689e6babd |
UHC | ?躊?? | 0011111111110001110011000011111100111111 | 3ff1cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)