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 | 郢樌ь粤取あ | 111001111011100110011110111011001000010010001110111000101110001110001110111001101000001010100000 | e7b99eec848ee2e38ee682a0 |
| EUC-JP | 郢樌ь粤取あ | 111011101011101111011100111011101010011111101110111001001110010110111100111010001010010010100010 | eebbdceea7eee4e5bce8a4a2 |
| UTF-8 | 郢樌ь粤取あ | 1110100110000011101000101110011010101000100011001101000110001100111001111011001010100100111001011000111110010110111000111000000110000010 | e983a2e6a88cd18ce7b2a4e58f96e38182 |
| UHC | ??ь?取あ | 001111110011111110101100111011100011111111110110101000101010101010100010 | 3f3facee3ff6a2aaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)