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 | ?→?隘?? | 0011111110000001101010000011111111101000101001010011111100111111 | 3f81a83fe8a53f3f |
| EUC-JP | ?→?隘?? | 0011111110100010101010100011111111110000101001110011111100111111 | 3fa2aa3ff0a73f3f |
| UTF-8 | 曆→렋隘녵많 | 111011111010011010001011111000101000011010010010111010111010000010001011111010011001101010011000111010111000010110110101111010111010011110001110 | efa68be28692eba08be99a98eb85b5eba78e |
| UHC | 曆→렋隘녵많 | 111001101011011110100001111001101000111010100010111001001111011010000110111001001011100010111001 | e6b7a1e68ea2e4f686e4b8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)