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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 郤球狭珮 | 1110011110111010100010111000010110001011101101111110000011100001 | e7ba8b858bb7e0e1 |
| EUC-JP | 郤球狭珮 | 1110111010111100101101011110010110110110101110011110000011100011 | eebcb5e5b6b9e0e3 |
| UTF-8 | 郤球狭珮 | 111010011000001110100100111001111001000010000011111001111000101110101101111001111000111110101110 | e983a4e79083e78bade78fae |
| UHC | ?球?? | 0011111111001111101110010011111100111111 | 3fcfb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)