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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 日?耳?? | 10010011111110100011111110001110101010000011111100111111 | 93fa3f8ea83f3f |
| EUC-JP | 日?耳?? | 11000110111111000011111110111100101010100011111100111111 | c6fc3fbcaa3f3f |
| UTF-8 | 日렦耳렕뤶 | 111001101001011110100101111010111010000010100110111010001000000010110011111010111010000010010101111010111010010010110110 | e697a5eba0a6e880b3eba095eba4b6 |
| UHC | 日렦耳렕뤶 | 11101100111011011000111010110101111011001011110010001110101010101000111111100100 | eced8eb5ecbc8eaa8fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)