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 | 110000001111011001001011 | c0f64b |
SJIS-WIN | ??K | 001111110011111101001011 | 3f3f4b |
EUC-JP | ÀöK | 10001111101010101010001010001111101010111101001101001011 | 8faaa28fabd34b |
UTF-8 | ÀöK | 1100001110000000110000111011011001001011 | c380c3b64b |
UHC | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)