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 | ??j? | 0011111100111111100000101000101000111111 | 3f3f828a3f |
| EUC-JP | ??j? | 0011111100111111101000111110101000111111 | 3f3fa3ea3f |
| UTF-8 | 갯튬j얹 | 111010101011000010101111111011011000101010101100111011111011110110001010111011001001011010111001 | eab0afed8aacefbd8aec96b9 |
| UHC | 갯튬j얹 | 1011000010111001110001101010110010100011111010101011111011110001 | b0b9c6aca3eabef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)