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 | å\^ø | 111001010101110010011100010111101001111111111000 | e55c9c5e9ff8 |
SJIS-WIN | ?\?^?? | 001111110101110000111111010111100011111100111111 | 3f5c3f5e3f3f |
EUC-JP | å\?^?ø | 10001111101010111010100101011100001111110101111000111111100011111010100111001100 | 8faba95c3f5e3f8fa9cc |
UTF-8 | å\^ø | 11000011101001010101110011000010100111000101111011000010100111111100001110111000 | c3a55cc29c5ec29fc3b8 |
UHC | ?\?^?ø | 00111111010111000011111101011110001111111010100110101010 | 3f5c3f5e3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)