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 | ?UB | 001111110101010101000010 | 3f5542 |
SJIS-WIN | 達UB | 10010010010000100101010101000010 | 92425542 |
EUC-JP | 達UB | 11000011101000110101010101000010 | c3a35542 |
UTF-8 | 達UB | 1110100110000001100101000101010101000010 | e981945542 |
UHC | 達UB | 11010011101110010101010101000010 | d3b95542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)