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 | ??j^ | 00111111001111110110101001011110 | 3f3f6a5e |
SJIS-WIN | ワロj^ | 11011100110110110110101001011110 | dcdb6a5e |
EUC-JP | ワロj^ | 100011101101110010001110110110110110101001011110 | 8edc8edb6a5e |
UTF-8 | ワロj^ | 1110111110111110100111001110111110111110100110110110101001011110 | efbe9cefbe9b6a5e |
UHC | ??j^ | 00111111001111110110101001011110 | 3f3f6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)