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 | ??ゴ??? | 00111111001111111000001101010011001111110011111100111111 | 3f3f83533f3f3f |
| EUC-JP | ??ゴ??? | 00111111001111111010010110110100001111110011111100111111 | 3f3fa5b43f3f3f |
| UTF-8 | 令⑶ゴ令⒴뵋 | 111011111010011010101000111000101001000110110110111000111000001010110100111011111010011010101000111000101001001010110100111010111011010110001011 | efa6a8e291b6e382b4efa6a8e292b4ebb58b |
| UHC | 令⑶ゴ令⒴뵋 | 111001111010100110101001111010011010101110110100111001111010100110101001111001011001010010001111 | e7a9a9e9abb4e7a9a9e5948f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)