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? | 00111111001111110101010000111111 | 3f3f543f |
SJIS-WIN | ??T? | 00111111001111110101010000111111 | 3f3f543f |
EUC-JP | ??T? | 00111111001111110101010000111111 | 3f3f543f |
UTF-8 | 룵句T룶 | 11101011101000111011010111101111101001001000011001010100111010111010001110110110 | eba3b5efa48654eba3b6 |
UHC | 룵句T룶 | 10001111101010101100111111111011010101001000111110101011 | 8faacffb548fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)