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 | 中捧?誌 | 10010010100001101001010111111001001111111000111010001111 | 928695f93f8e8f |
EUC-JP | 中捧?誌 | 11000011111001101100101011111011001111111011101111101111 | c3e6cafb3fbbef |
UTF-8 | 中捧춰誌 | 111001001011100010101101111001101000110110100111111011001011011010110000111010001010101010001100 | e4b8ade68da7ecb6b0e8aa8c |
UHC | 中捧춰誌 | 1111000111101001110111001110100111000011111001111111001010111100 | f1e9dce9c3e7f2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)