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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | ?稟?稟^ | 00111111111000100110011100111111111000100110011101011110 | 3fe2673fe2675e |
| EUC-JP | ?稟?稟^ | 00111111111000111100100000111111111000111100100001011110 | 3fe3c83fe3c85e |
| UTF-8 | 묊稟묊稟^ | 11101011101011001000101011100111101010001001111111101011101011001000101011100111101010001001111101011110 | ebac8ae7a89febac8ae7a89f5e |
| UHC | 묊稟묊稟^ | 100100011110011111111001101000101001000111100111111110011010001001011110 | 91e7f9a291e7f9a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)