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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 胙煙▽ | 111000111111000010001001100011001000000110100100 | e3f0898c81a4 |
EUC-JP | 胙煙▽ | 111001101111001010110001111011001010001010100110 | e6f2b1eca2a6 |
UTF-8 | 胙煙▽ | 111010001000001110011001111001111000010110011001111000101001011010111101 | e88399e78599e296bd |
UHC | ?煙▽ | 0011111111100110110101011010000111100100 | 3fe6d5a1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)