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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 耘酊 | 11100011110011111110011111000010 | e3cfe7c2 |
EUC-JP | 耘酊 | 11100110110100011110111011000100 | e6d1eec4 |
UTF-8 | 耘酊 | 111010001000000010011000111010011000010110001010 | e88098e9858a |
UHC | 耘酊 | 11101001111111001110111111111000 | e9fceff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)