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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 湿車湿汐^ | 100011101011110010001110110101001000111010111100100011101010110001011110 | 8ebc8ed48ebc8eac5e |
| EUC-JP | 湿車湿汐^ | 101111001011111010111100110101101011110010111110101111001010111001011110 | bcbebcd6bcbebcae5e |
| UTF-8 | 湿車湿汐^ | 11100110101110011011111111101000101110111000101011100110101110011011111111100110101100011001000001011110 | e6b9bfe8bb8ae6b9bfe6b1905e |
| UHC | ?車?汐^ | 00111111111100111011001100111111111000001011000101011110 | 3ff3b33fe0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)