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 | 鬩苓庶谺檻 | 11101001101010011001011111101000100011111000111011100110101011001001111101000010 | e9a997e88f8ee6ac9f42 |
| EUC-JP | 鬩苓庶谺檻 | 11110010101010111100111011101010101111011110111011101100101011101101110110100011 | f2abceeabdeeecaedda3 |
| UTF-8 | 鬩苓庶谺檻 | 111010011010110010101001111010001000101110010011111001011011101010110110111010001011000010111010111001101010101010111011 | e9aca9e88b93e5bab6e8b0bae6aabb |
| UHC | ??庶?檻 | 00111111001111111101111111101110001111111111100111100011 | 3f3fdfee3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)