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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逶段逶段B | 111001111001101110010010011010011110011110011011100100100110100101000010 | e79b9269e79b926942 |
EUC-JP | 逶段逶段B | 111011011111101111000011110010101110110111111011110000111100101001000010 | edfbc3caedfbc3ca42 |
UTF-8 | 逶段逶段B | 11101001100000001011011011100110101011101011010111101001100000001011011011100110101011101011010101000010 | e980b6e6aeb5e980b6e6aeb542 |
UHC | ?段?段B | 00111111110100111010101100111111110100111010101101000010 | 3fd3ab3fd3ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)