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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耳?? | 10001110101010000011111100111111 | 8ea83f3f |
EUC-JP | 耳?? | 10111100101010100011111100111111 | bcaa3f3f |
UTF-8 | 耳잿렪 | 111010001000000010110011111011001001111010111111111010111010000010101010 | e880b3ec9ebfeba0aa |
UHC | 耳잿렪 | 111011001011110011000000111011011000111010111000 | ecbcc0ed8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)