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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔘匁じ | 111001001111001110010110111001101000001010110110 | e4f396e682b6 |
EUC-JP | 蔘匁じ | 111010001111010111001100111010001010010010111000 | e8f5cce8a4b8 |
UTF-8 | 蔘匁じ | 111010001001010010011000111001011000110010000001111000111000000110011000 | e89498e58c81e38198 |
UHC | 蔘?じ | 1101111110111000001111111010101010111000 | dfb83faab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)