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 | éÎó÷ | 11101001110011101111001111110111 | e9cef3f7 |
SJIS-WIN | ???÷ | 0011111100111111001111111000000110000000 | 3f3f3f8180 |
EUC-JP | éÎó÷ | 1000111110101011101100011000111110101010110000101000111110101011110100011010000111100000 | 8fabb18faac28fabd1a1e0 |
UTF-8 | éÎó÷ | 1100001110101001110000111000111011000011101100111100001110110111 | c3a9c38ec3b3c3b7 |
UHC | ???÷ | 0011111100111111001111111010000111000000 | 3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)