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 | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
SJIS-WIN | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
EUC-JP | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
UTF-8 | 혧짧횗혧짧짹I | 11101101100110001010011111101100101001111010011111101101100110101001011111101101100110001010011111101100101001111010011111101100101001111011100101001001 | ed98a7eca7a7ed9a97ed98a7eca7a7eca7b949 |
UHC | 혧짧횗혧짧짹I | 11000010100011111100001010101010110000111001000111000010100011111100001010101010110000101011000101001001 | c28fc2aac391c28fc2aac2b149 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)