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 | ?T`B | 00111111010101000110000001000010 | 3f546042 |
SJIS-WIN | 但T`B | 1001001001000001010101000110000001000010 | 9241546042 |
EUC-JP | 但T`B | 1100001110100010010101000110000001000010 | c3a2546042 |
UTF-8 | 但T`B | 111001001011110110000110010101000110000001000010 | e4bd86546042 |
UHC | 但T`B | 1101001110100011010101000110000001000010 | d3a3546042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)