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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 蓐勇] | 1110010011101010100101110100010101011101 | e4ea97455d |
EUC-JP | 蓐勇] | 1110100011101100110011011010011001011101 | e8eccda65d |
UTF-8 | 蓐勇] | 11101000100100111001000011100101100010111000011101011101 | e89390e58b875d |
UHC | ?勇] | 00111111111010011011100001011101 | 3fe9b85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)