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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 厓?ぐh | 111110101000110100111111100000101010111001101000 | fa8d3f82ae68 |
EUC-JP | 厓?ぐh | 10001111101101001100011100111111101001001011000001101000 | 8fb4c73fa4b068 |
UTF-8 | 厓⑵ぐh | 11100101100011101001001111100010100100011011010111100011100000011001000001101000 | e58e93e291b5e3819068 |
UHC | 厓⑵ぐh | 11100100111011011010100111101000101010101011000001101000 | e4eda9e8aab068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)