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 | 100100011011100110001100011000001001000110111001100011000110000001000010 | 91b98c6091b98c6042 |
EUC-JP | 損形損形B | 110000101011101110110111110000011100001010111011101101111100000101000010 | c2bbb7c1c2bbb7c142 |
UTF-8 | 損形損形B | 11100110100100001000110111100101101111011010001011100110100100001000110111100101101111011010001001000010 | e6908de5bda2e6908de5bda242 |
UHC | 損形損形B | 111000011101111111111011101000011110000111011111111110111010000101000010 | e1dffba1e1dffba142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)