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畍 | 1110000101010111011010001110000101010111 | e15768e157 |
EUC-JP | 畍h畍 | 1110000110111000011010001110000110111000 | e1b868e1b8 |
UTF-8 | 畍h畍 | 11100111100101011000110101101000111001111001010110001101 | e7958d68e7958d |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)