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 | ????K?? | 00111111001111110011111100111111010010110011111100111111 | 3f3f3f3f4b3f3f |
SJIS-WIN | ????K?? | 00111111001111110011111100111111010010110011111100111111 | 3f3f3f3f4b3f3f |
EUC-JP | ????K?? | 00111111001111110011111100111111010010110011111100111111 | 3f3f3f3f4b3f3f |
UTF-8 | 혧째첫청K횆횗 | 11101101100110001010011111101100101001111011100011101100101100101010101111101100101100101010110101001011111011011001101010000110111011011001101010010111 | ed98a7eca7b8ecb2abecb2ad4bed9a86ed9a97 |
UHC | 혧째첫청K횆횗 | 11000010100011111100001010110000110000111011100111000011101110110100101111000011100001001100001110010001 | c28fc2b0c3b9c3bb4bc384c391 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)