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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄒ッ險 | 1110011110111110101011111110100010101000 | e7beafe8a8 |
EUC-JP | 鄒ッ險 | 111011101100000010001110101011111111000010101010 | eec08eaff0aa |
UTF-8 | 鄒ッ險 | 111010011000010010010010111011111011110110101111111010011001101010101010 | e98492efbdafe99aaa |
UHC | 鄒?險 | 1111010111011011001111111111101011001111 | f5db3ffacf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)