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 | 讎ヘム | 11100110101001101100110111010001 | e6a6cdd1 |
EUC-JP | 讎ヘム | 111011001010100010001110110011011000111011010001 | eca88ecd8ed1 |
UTF-8 | 讎ヘム | 111010001010111010001110111011111011111010001101111011111011111010010001 | e8ae8eefbe8defbe91 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)