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 | ÷¿ëé | 11110111101111111110101111101001 | f7bfebe9 |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷¿ëé | 1010000111100000100011111010001011000100100011111010101110110011100011111010101110110001 | a1e08fa2c48fabb38fabb1 |
UTF-8 | ÷¿ëé | 1100001110110111110000101011111111000011101010111100001110101001 | c3b7c2bfc3abc3a9 |
UHC | ÷¿?? | 101000011100000010100010101011110011111100111111 | a1c0a2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)