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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 畯??畯??^ | 111110110110111100111111001111111111101101101111001111110011111101011110 | fb6f3f3ffb6f3f3f5e |
EUC-JP | 畯??畯??^ | 1000111111001101101110110011111100111111100011111100110110111011001111110011111101011110 | 8fcdbb3f3f8fcdbb3f3f5e |
UTF-8 | 畯깩객畯깩객^ | 11100111100101011010111111101010101110011010100111101010101100001001110111100111100101011010111111101010101110011010100111101010101100001001110101011110 | e795afeab9a9eab09de795afeab9a9eab09d5e |
UHC | 畯깩객畯깩객^ | 11110001111000011011000111111011101100001011010011110001111000011011000111111011101100001011010001011110 | f1e1b1fbb0b4f1e1b1fbb0b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)