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 | ?斑?名 | 001111111001010011000001001111111001011010111100 | 3f94c13f96bc |
| EUC-JP | ?斑?名 | 001111111100100011000011001111111100110010111110 | 3fc8c33fccbe |
| UTF-8 | 理斑렢名 | 111011111010011110100100111001101001011010010001111010111010000010100010111001011001000010001101 | efa7a4e69691eba0a2e5908d |
| UHC | 理斑렢名 | 1110110010110101110110101110100010001110101100111101100110100011 | ecb5dae88eb3d9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)