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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 如??如??^ | 100101000100000000111111001111111001010001000000001111110011111101011110 | 94403f3f94403f3f5e |
| EUC-JP | 如??如??^ | 110001111010000100111111001111111100011110100001001111110011111101011110 | c7a13f3fc7a13f3f5e |
| UTF-8 | 如뎷떟如뎷떟^ | 11100101101001101000001011101011100011101011011111101011100101101001111111100101101001101000001011101011100011101011011111101011100101101001111101011110 | e5a682eb8eb7eb969fe5a682eb8eb7eb969f5e |
| UHC | 如뎷떟如뎷떟^ | 11100101111111011000100110001010100010111011010111100101111111011000100110001010100010111011010101011110 | e5fd898a8bb5e5fd898a8bb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)