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 | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 跏スK | 11100110111001101011110101001011 | e6e6bd4b |
EUC-JP | 跏スK | 1110110011101000100011101011110101001011 | ece88ebd4b |
UTF-8 | 跏スK | 11101000101101111000111111101111101111011011110101001011 | e8b78fefbdbd4b |
UHC | 跏?K | 11001010101110100011111101001011 | caba3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)