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 | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
SJIS-WIN | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
EUC-JP | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
UTF-8 | 챕짰짰@챕짰짰@B | 111011001011000110010101111011001010011110110000111011001010011110110000010000001110110010110001100101011110110010100111101100001110110010100111101100000100000001000010 | ecb195eca7b0eca7b040ecb195eca7b0eca7b04042 |
UHC | 챕짰짰@챕짰짰@B | 110000111010100111000010101011101100001010101110010000001100001110101001110000101010111011000010101011100100000001000010 | c3a9c2aec2ae40c3a9c2aec2ae4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)