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 | åäK | 11100101111001001001011001001011 | e5e4964b |
SJIS-WIN | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
EUC-JP | åä?K | 1000111110101011101010011000111110101011101000110011111101001011 | 8faba98faba33f4b |
UTF-8 | åäK | 11000011101001011100001110100100110000101001011001001011 | c3a5c3a4c2964b |
UHC | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)