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 | 10001111110001110011111111100000100111100011111111100001011101110011111101000010 | 8fc73fe09e3fe1773f42 |
| EUC-JP | 症?燼?痍?B | 10111110110010010011111111011111111111100011111111100001110110000011111101000010 | bec93fdffe3fe1d83f42 |
| UTF-8 | 症렞燼렗痍렣B | 11100111100101111000011111101011101000001001111011100111100001111011110011101011101000001001011111100111100101111000110111101011101000001010001101000010 | e79787eba09ee787bceba097e7978deba0a342 |
| UHC | 症렞燼렗痍렣B | 11110001111110001000111010101111111000111110100010001110101011001110110010110111100011101011010001000010 | f1f88eafe3e88eacecb78eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)