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 | ????彦? | 00111111001111110011111100111111100101010100011000111111 | 3f3f3f3f95463f |
| EUC-JP | ????彦? | 00111111001111110011111100111111110010011010011100111111 | 3f3f3f3fc9a73f |
| UTF-8 | 梨편렟렪彦렚 | 111011111010011110100010111011011000111010111000111010111010000010011111111010111010000010101010111001011011110110100110111010111010000010011010 | efa7a2ed8eb8eba09feba0aae5bda6eba09a |
| UHC | 梨편렟렪彦렚 | 111011001011000111000110111011011000111010110000100011101011100011100101111010011000111010101101 | ecb1c6ed8eb08eb8e5e98ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)