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 | 郢樌ь窶墓あ | 111001111011100110011110111011001000010010001110111000101000000010010101111001101000001010100000 | e7b99eec848ee28095e682a0 |
| EUC-JP | 郢樌ь窶墓あ | 111011101011101111011100111011101010011111101110111000111110000011001010111010001010010010100010 | eebbdceea7eee3e0cae8a4a2 |
| UTF-8 | 郢樌ь窶墓あ | 1110100110000011101000101110011010101000100011001101000110001100111001111010101010110110111001011010001010010011111000111000000110000010 | e983a2e6a88cd18ce7aab6e5a293e38182 |
| UHC | ??ь?墓あ | 001111110011111110101100111011100011111111011001110101111010101010100010 | 3f3facee3fd9d7aaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)