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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
| SJIS-WIN | 族??G | 1001000110110000001111110011111101000111 | 91b03f3f47 |
| EUC-JP | 族??G | 1100001010110010001111110011111101000111 | c2b23f3f47 |
| UTF-8 | 族쯔츌G | 11100110100101111000111111101100101011111001010011101100101110001000110001000111 | e6978fecaf94ecb88c47 |
| UHC | 族쯔츌G | 11110000111010011100001011101010110000111111010001000111 | f0e9c2eac3f447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)