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 | ?P?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
SJIS-WIN | ?P?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
EUC-JP | ?P?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
UTF-8 | 청P쨩챌쩔쨀챈짼 | 11101100101100101010110101010000111011001010100010101001111011001011000110001100111011001010100110010100111011001010100010000000111011001011000110001000111011001010011110111100 | ecb2ad50eca8a9ecb18ceca994eca880ecb188eca7bc |
UHC | 청P쨩챌쩔쨀챈짼 | 110000111011101101010000110000101011101111000011101001111100001010111111110000101011001111000011101001101100001010110010 | c3bb50c2bbc3a7c2bfc2b3c3a6c2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)