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 | 10001110011111010011111110001111111000010011111110011100100010010011111101000010 | 8e7d3f8fe13f9c893f42 |
| EUC-JP | 枝?障?怏?B | 10111011110111100011111110111110111000110011111111010111111010010011111101000010 | bbde3fbee33fd7e93f42 |
| UTF-8 | 枝렏障렔怏렡B | 11100110100111101001110111101011101000001000111111101001100110101001110011101011101000001001010011100110100000001000111111101011101000001010000101000010 | e69e9deba08fe99a9ceba094e6808feba0a142 |
| UHC | 枝렏障렔怏렡B | 11110010101010111000111010100101111011101010000110001110101010011110010011101000100011101011001001000010 | f2ab8ea5eea18ea9e4e88eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)