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 | ??hh??h | 00111111001111110110100001101000001111110011111101101000 | 3f3f68683f3f68 |
SJIS-WIN | 蛯エhh蛯エh | 111001011000001010110100011010000110100011100101100000101011010001101000 | e582b46868e582b468 |
EUC-JP | 蛯エhh蛯エh | 1110100111100010100011101011010001101000011010001110100111100010100011101011010001101000 | e9e28eb46868e9e28eb468 |
UTF-8 | 蛯エhh蛯エh | 111010001001101110101111111011111011110110110100011010000110100011101000100110111010111111101111101111011011010001101000 | e89bafefbdb46868e89bafefbdb468 |
UHC | ??hh??h | 00111111001111110110100001101000001111110011111101101000 | 3f3f68683f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)