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魍 | 111001011001010010111000010101001110100110110001 | e594b854e9b1 |
EUC-JP | 蜚クT魍 | 11101001111101001000111010111000010101001111001010110011 | e9f48eb854f2b3 |
UTF-8 | 蜚クT魍 | 11101000100111001001101011101111101111011011100001010100111010011010110110001101 | e89c9aefbdb854e9ad8d |
UHC | 蜚?T? | 1101111010100100001111110101010000111111 | dea43f543f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)