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 | ??T?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
SJIS-WIN | ??T?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
EUC-JP | ??T?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
UTF-8 | 룵句T룵에 | 11101011101000111011010111101111101001001000011001010100111010111010001110110101111011001001011110010000 | eba3b5efa48654eba3b5ec9790 |
UHC | 룵句T룵에 | 100011111010101011001111111110110101010010001111101010101011111110100001 | 8faacffb548faabfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)