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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???揄?? | 00111111001111110011111110011101100010010011111100111111 | 3f3f3f9d893f3f |
| EUC-JP | ??Œ揄?? | 001111110011111110001111101010011010110111011001111010010011111100111111 | 3f3f8fa9add9e93f3f |
| UTF-8 | 咽됰Œ揄딂ㄵ | 1110111110100110100111101110101110010000101100001100010110010010111001101000111110000100111010111001010010000010111000111000010010110101 | efa69eeb90b0c592e68f84eb9482e384b5 |
| UHC | 咽됰Œ揄딂ㄵ | 111001101110110010001001111010111010100010101011111010101111000110001010111010001010010010100101 | e6ec89eba8abeaf18ae8a4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)