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 | å^Uå^N | 111001010101111001010101111001010101111001001110 | e55e55e55e4e |
SJIS-WIN | ?^U?^N | 001111110101111001010101001111110101111001001110 | 3f5e553f5e4e |
EUC-JP | å^Uå^N | 10001111101010111010100101011110010101011000111110101011101010010101111001001110 | 8faba95e558faba95e4e |
UTF-8 | å^Uå^N | 1100001110100101010111100101010111000011101001010101111001001110 | c3a55e55c3a55e4e |
UHC | ?^U?^N | 001111110101111001010101001111110101111001001110 | 3f5e553f5e4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)