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 | ??y@??y@B | 001111110011111101111001010000000011111100111111011110010100000001000010 | 3f3f79403f3f794042 |
SJIS-WIN | ??y@??y@B | 001111110011111101111001010000000011111100111111011110010100000001000010 | 3f3f79403f3f794042 |
EUC-JP | ??y@??y@B | 001111110011111101111001010000000011111100111111011110010100000001000010 | 3f3f79403f3f794042 |
UTF-8 | 천쨍y@천쨍y@B | 1110110010110010100111001110110010101000100011010111100101000000111011001011001010011100111011001010100010001101011110010100000001000010 | ecb29ceca88d7940ecb29ceca88d794042 |
UHC | 천쨍y@천쨍y@B | 11000011101101011100001010111000011110010100000011000011101101011100001010111000011110010100000001000010 | c3b5c2b87940c3b5c2b8794042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)