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 | 尺樟ャ鈐式 | 100011101101101010001111101111101010110011111011110000101000111010101110 | 8eda8fbeacfbc28eae |
| EUC-JP | 尺樟ャ鈐式 | 1011110011011100101111101100000010001110101011001000111111100011110000011011110010110000 | bcdcbec08eac8fe3c1bcb0 |
| UTF-8 | 尺樟ャ鈐式 | 111001011011000010111010111001101010100010011111111011111011110110101100111010011000100010010000111001011011110010001111 | e5b0bae6a89fefbdace98890e5bc8f |
| UHC | 尺樟?鈐式 | 111101001010100111101101111010010011111111001100101000101110001111010010 | f4a9ede93fcca2e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)