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?? | 0011111100111111001111110011111100111111010010110011111100111111 | 3f3f3f3f3f4b3f3f |
SJIS-WIN | ?????K?? | 0011111100111111001111110011111100111111010010110011111100111111 | 3f3f3f3f3f4b3f3f |
EUC-JP | ?????K?? | 0011111100111111001111110011111100111111010010110011111100111111 | 3f3f3f3f3f4b3f3f |
UTF-8 | 쩐횋혧챈체K짠쩐 | 11101100101010011001000011101101100110101000101111101101100110001010011111101100101100011000100011101100101100101011010001001011111011001010011110100000111011001010100110010000 | eca990ed9a8bed98a7ecb188ecb2b44beca7a0eca990 |
UHC | 쩐횋혧챈체K짠쩐 | 110000101011111011000011100010011100001010001111110000111010011011000011101111000100101111000010101001111100001010111110 | c2bec389c28fc3a6c3bc4bc2a7c2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)