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 | 讀敬讀 | 111001101010010010001100011010001110011010100100 | e6a48c68e6a4 |
EUC-JP | 讀敬讀 | 111011001010011010110111110010011110110010100110 | eca6b7c9eca6 |
UTF-8 | 讀敬讀 | 111010001010111010000000111001101001010110101100111010001010111010000000 | e8ae80e695ace8ae80 |
UHC | 讀敬讀 | 110101001100000111001100110101111101010011000001 | d4c1ccd7d4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)