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 | å@ | 11100101010000001000001110001111 | e540838f |
SJIS-WIN | ?@?? | 00111111010000000011111100111111 | 3f403f3f |
EUC-JP | å@?? | 100011111010101110101001010000000011111100111111 | 8faba9403f3f |
UTF-8 | å@ | 11000011101001010100000011000010100000111100001010001111 | c3a540c283c28f |
UHC | ?@?? | 00111111010000000011111100111111 | 3f403f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)