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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 천쨔횗척횓짼 | 111011001011001010011100111011001010100010010100111011011001101010010111111011001011001010011001111011011001101010010011111011001010011110111100 | ecb29ceca894ed9a97ecb299ed9a93eca7bc |
UHC | 천쨔횗척횓짼 | 110000111011010111000010101110011100001110010001110000111011010011000011100011101100001010110010 | c3b5c2b9c391c3b4c38ec2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)