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 | ??I] | 00111111001111110100100101011101 | 3f3f495d |
SJIS-WIN | □?I] | 1000000110100000001111110100100101011101 | 81a03f495d |
EUC-JP | □?I] | 1010001010100010001111110100100101011101 | a2a23f495d |
UTF-8 | □▩I] | 1110001010010110101000011110001010010110101010010100100101011101 | e296a1e296a9495d |
UHC | □▩I] | 101000011110000010100010110011000100100101011101 | a1e0a2cc495d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)