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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 硼h硼 | 1110000111101101011010001110000111101101 | e1ed68e1ed |
EUC-JP | 硼h硼 | 1110001011101111011010001110001011101111 | e2ef68e2ef |
UTF-8 | 硼h硼 | 11100111101000011011110001101000111001111010000110111100 | e7a1bc68e7a1bc |
UHC | 硼h硼 | 1101110111011101011010001101110111011101 | dddd68dddd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)