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 | 霈帝カ芽シ | 1110100010111100100100101110100110110110100010011110100010111100 | e8bc92e9b689e8bc |
| EUC-JP | 霈帝カ芽シ | 11110000101111101100010011101011100011101011011010110010111010101000111010111100 | f0bec4eb8eb6b2ea8ebc |
| UTF-8 | 霈帝カ芽シ | 111010011001110010001000111001011011100010011101111011111011110110110110111010001000101010111101111011111011110110111100 | e99c88e5b89defbdb6e88abdefbdbc |
| UHC | ?帝?芽? | 00111111111100001010100000111111111001001011010000111111 | 3ff0a83fe4b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)