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 | 癲??鷹? | 11100001100111110011111100111111100100011110100100111111 | e19f3f3f91e93f |
| EUC-JP | 癲??鷹? | 11100010101000010011111100111111110000101110101100111111 | e2a13f3fc2eb3f |
| UTF-8 | 癲멩뎸鷹멟 | 111001111001100110110010111010111010100110101001111010111000111010111000111010011011011110111001111010111010100110011111 | e799b2eba9a9eb8eb8e9b7b9eba99f |
| UHC | 癲멩뎸鷹멟 | 11101111101001101011100011100110100010011000101111101011111011011001000101001111 | efa6b8e6898bebed914f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)