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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 襞咲飴錣臥飴 | 111001011111110010001101111001111000100010111001111010000100001110001001111001111000100010111001 | e5fc8de788b9e84389e788b9 |
| EUC-JP | 襞咲飴錣臥飴 | 111010101111111010111010111010011011000010111011111011111010010010110010111010011011000010111011 | eafebae9b0bbefa4b2e9b0bb |
| UTF-8 | 襞咲飴錣臥飴 | 111010001010010110011110111001011001001010110010111010011010001110110100111010011000110010100011111010001000011110100101111010011010001110110100 | e8a59ee592b2e9a3b4e98ca3e887a5e9a3b4 |
| UHC | ??飴?臥飴 | 001111110011111111101100110001110011111111101000110000101110110011000111 | 3f3fecc73fe8c2ecc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)