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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 蟆循h | 1110010110110000100011110111101001101000 | e5b08f7a68 |
EUC-JP | 蟆循h | 1110101010110010101111011101101101101000 | eab2bddb68 |
UTF-8 | 蟆循h | 11101000100111111000011011100101101111101010101001101000 | e89f86e5beaa68 |
UHC | ?循h | 00111111111000101110000001101000 | 3fe2e068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)