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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 飄?贈頭? | 1110100101000111001111111001000110100001100100111010101000111111 | e9473f91a193aa3f |
| EUC-JP | 飄?贈頭? | 1111000110101000001111111100001010100011110001101010110000111111 | f1a83fc2a3c6ac3f |
| UTF-8 | 飄렗贈頭렓 | 111010011010001110000100111010111010000010010111111010001011010010001000111010011010000010101101111010111010000010010011 | e9a384eba097e8b488e9a0adeba093 |
| UHC | 飄렗贈頭렓 | 11111000111111011000111010101100111100011111110011010100111010011000111010101000 | f8fd8eacf1fcd4e98ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)