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 | 頌成頌 | 111010001111000110010000101011001110100011110001 | e8f190ace8f1 |
EUC-JP | 頌成頌 | 111100001111001111000000101011101111000011110011 | f0f3c0aef0f3 |
UTF-8 | 頌成頌 | 111010011010000010001100111001101000100010010000111010011010000010001100 | e9a08ce68890e9a08c |
UHC | 頌成頌 | 111000011110101111100000111101111110000111101011 | e1ebe0f7e1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)