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] | 10110011110110110100001001011101 | b3db425d |
SJIS-WIN | ??B] | 00111111001111110100001001011101 | 3f3f425d |
EUC-JP | ?ÛB] | 001111111000111110101010111001010100001001011101 | 3f8faae5425d |
UTF-8 | ³ÛB] | 110000101011001111000011100110110100001001011101 | c2b3c39b425d |
UHC | ³?B] | 1010100111111000001111110100001001011101 | a9f83f425d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)