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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ???佾?? | 0011111100111111001111111000111110110000111110110011111100111111 | 3f3f3f8fb0fb3f3f |
| UTF-8 | 麗몃ㅈ佾싧냶 | 111011111010011010001000111010111010101010000011111000111000010110001000111001001011110110111110111011001000101110100111111010111000001110110110 | efa688ebaa83e38588e4bdbeec8ba7eb83b6 |
| UHC | 麗몃ㅈ佾싧냶 | 111001101011000010111000111010111010010010111000111011001110101110011010111001011000011010000110 | e6b0b8eba4b8eceb9ae58686 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)