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 | ??衛??蝟 | 0011111100111111100010010111000100111111001111111110010110010110 | 3f3f89713f3fe596 |
EUC-JP | ??衛??蝟 | 0011111100111111101100011101001000111111001111111110100111110110 | 3f3fb1d23f3fe9f6 |
UTF-8 | 룵에衛룵에蝟 | 111010111010001110110101111011001001011110010000111010001010000110011011111010111010001110110101111011001001011110010000111010001001110110011111 | eba3b5ec9790e8a19beba3b5ec9790e89d9f |
UHC | 룵에衛룵에蝟 | 100011111010101010111111101000011110101011011011100011111010101010111111101000011110101011011010 | 8faabfa1eadb8faabfa1eada |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)