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 | ??^??? | 001111110011111101011110001111110011111100111111 | 3f3f5e3f3f3f |
| SJIS-WIN | ??^?敦? | 00111111001111110101111000111111100100111101011000111111 | 3f3f5e3f93d63f |
| EUC-JP | ??^?敦? | 00111111001111110101111000111111110001101101100000111111 | 3f3f5e3fc6d83f |
| UTF-8 | 렻렏^렺敦렦 | 11101011101000001011101111101011101000001000111101011110111010111010000010111010111001101001010110100110111010111010000010100110 | eba0bbeba08f5eeba0bae695a6eba0a6 |
| UHC | 렻렏^렺敦렦 | 1000111011000011100011101010010101011110100011101100001011010100110001001000111010110101 | 8ec38ea55e8ec2d4c48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)