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 | 窩瘢?諄 | 11100010011111001110000110001101001111111110011001111000 | e27ce18d3fe678 |
| EUC-JP | 窩瘢?諄 | 11100011110111011110000111101101001111111110101111011001 | e3dde1ed3febd9 |
| UTF-8 | 窩瘢썽諄 | 111001111010101010101001111001111001100010100010111011001000110110111101111010001010101110000100 | e7aaa9e798a2ec8dbde8ab84 |
| UHC | 窩瘢썽諄 | 1110100011000000110110101110111010111101111010011110001011110100 | e8c0daeebde9e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)