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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 者勺h | 1000111011010010100011101101100101101000 | 8ed28ed968 |
EUC-JP | 者勺h | 1011110011010100101111001101101101101000 | bcd4bcdb68 |
UTF-8 | 者勺h | 11101000100000001000010111100101100010111011101001101000 | e88085e58bba68 |
UHC | 者勺h | 1110110110111010111011011100001101101000 | edbaedc368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)