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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 瀛??瀛??B | 111000000110100100111111001111111110000001101001001111110011111101000010 | e0693f3fe0693f3f42 |
| EUC-JP | 瀛??瀛??B | 110111111100101000111111001111111101111111001010001111110011111101000010 | dfca3f3fdfca3f3f42 |
| UTF-8 | 瀛뙊뢝瀛뙊뢝B | 11100111100000001001101111101011100110011000101011101011101000101001110111100111100000001001101111101011100110011000101011101011101000101001110101000010 | e7809beb998aeba29de7809beb998aeba29d42 |
| UHC | 瀛뙊뢝瀛뙊뢝B | 11100111101110101000110010001111100011110101100011100111101110101000110010001111100011110101100001000010 | e7ba8c8f8f58e7ba8c8f8f5842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)