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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 塢??^ | 1001101011000111001111110011111101011110 | 9ac73f3f5e |
EUC-JP | 塢??^ | 1101010011001001001111110011111101011110 | d4c93f3f5e |
UTF-8 | 塢먫뱪^ | 11100101101000011010001011101011101010001010101111101011101100011010101001011110 | e5a1a2eba8abebb1aa5e |
UHC | 塢먫뱪^ | 11100111111100011001000011101000100100111001000001011110 | e7f190e893905e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)