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 | 蘯稙渙 | 111000011011101011100010011001011001111111010000 | e1bae2659fd0 |
EUC-JP | 蘯稙渙 | 111000101011110011100011110001101101111011010010 | e2bce3c6ded2 |
UTF-8 | 蘯稙渙 | 111010001001100010101111111001111010100010011001111001101011100010011001 | e898afe7a899e6b899 |
UHC | ?稙渙 | 0011111111110010110000101111110010111001 | 3ff2c2fcb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)