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 | 霆゙螢趺骼ャ | 11101000101110111101111011100101101000111110011011100101111010011000111010101100 | e8bbdee5a3e6e5e98eac |
| EUC-JP | 霆゙螢趺骼ャ | 111100001011110110001110110111101110101010100101111011001110011111110001111011101000111010101100 | f0bd8edeeaa5ece7f1ee8eac |
| UTF-8 | 霆゙螢趺骼ャ | 111010011001110010000110111011111011111010011110111010001001111010100010111010001011011010111010111010011010101010111100111011111011110110101100 | e99c86efbe9ee89ea2e8b6bae9aabcefbdac |
| UHC | 霆?螢趺?? | 111011111111110100111111111110111010101111011101101110100011111100111111 | effd3ffbabddba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)