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 | ??V???O | 00111111001111110101011000111111001111110011111101001111 | 3f3f563f3f3f4f |
| SJIS-WIN | ??V???O | 00111111001111110101011000111111001111110011111101001111 | 3f3f563f3f3f4f |
| EUC-JP | ??V???O | 00111111001111110101011000111111001111110011111101001111 | 3f3f563f3f3f4f |
| UTF-8 | 렻렍V렺훅렭O | 1110101110100000101110111110101110100000100011010101011011101011101000001011101011101101100110111000010111101011101000001010110101001111 | eba0bbeba08d56eba0baed9b85eba0ad4f |
| UHC | 렻렍V렺훅렭O | 100011101100001110001110101000110101011010001110110000101100100011000101100011101011101001001111 | 8ec38ea3568ec2c8c58eba4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)