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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 上ッ車 | 10001111111000111010111110001110110101001111001011011101 | 8fe3af8ed4f2dd |
| EUC-JP | 上ッ車? | 10111110111001011000111010101111101111001101011000111111 | bee58eafbcd63f |
| UTF-8 | 上ッ車 | 111001001011100010001010111011111011110110101111111010001011101110001010111011101000100010010100 | e4b88aefbdafe8bb8aee8894 |
| UHC | 上?車? | 110111111011111000111111111100111011001100111111 | dfbe3ff3b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)