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° | 10001001011101001000111110110000 | 89748fb0 |
SJIS-WIN | ?t?° | 0011111101110100001111111000000110001011 | 3f743f818b |
EUC-JP | ?t?° | 0011111101110100001111111010000111101011 | 3f743fa1eb |
UTF-8 | t° | 11000010100010010111010011000010100011111100001010110000 | c28974c28fc2b0 |
UHC | ?t?° | 0011111101110100001111111010000111000110 | 3f743fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)