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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ????ょ?? | 0011111100111111001111110011111110000010111001010011111100111111 | 3f3f3f3f82e53f3f |
| EUC-JP | ????ょ?? | 0011111100111111001111110011111110100100111001110011111100111111 | 3f3f3f3fa4e73f3f |
| UTF-8 | 凉붾졁囹ょ떋溜 | 111011111010010110111001111010111011011010111110111011001010000110000001111011111010011010101001111000111000001010000111111010111001011010001011111011111010011110001011 | efa5b9ebb6beeca181efa6a9e38287eb968befa78b |
| UHC | 凉붾졁囹ょ떋溜 | 1110010110111100100101001110101110100000101100101110011110101010101010101110011110001011101000011110101011111110 | e5bc94eba0b2e7aaaae78ba1eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)