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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 皓?^ | 11100001101010010011111101011110 | e1a93f5e |
EUC-JP | 皓?^ | 11100010101010110011111101011110 | e2ab3f5e |
UTF-8 | 皓렡^ | 11100111100110101001001111101011101000001010000101011110 | e79a93eba0a15e |
UHC | 皓렡^ | 1111101111010011100011101011001001011110 | fbd38eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)