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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 止?宰???B | 100011100111111000111111100011011100100100111111001111110011111101000010 | 8e7e3f8dc93f3f3f42 |
EUC-JP | 止?宰???B | 101110111101111100111111101110101100101100111111001111110011111101000010 | bbdf3fbacb3f3f3f42 |
UTF-8 | 止렮宰렞吏렪B | 11100110101011011010001011101011101000001010111011100101101011101011000011101011101000001001111011101111101001111001111011101011101000001010101001000010 | e6ada2eba0aee5aeb0eba09eefa79eeba0aa42 |
UHC | 止렮宰렞吏렪B | 11110010101011011000111010111011111011101010010110001110101011111110110010100111100011101011100001000010 | f2ad8ebbeea58eafeca78eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)