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 | 軆幣餠 | 111001110101110010010101101111001110100101010101 | e75c95bce955 |
EUC-JP | 軆幣餠 | 111011011011110111001010101111101111000110110110 | edbdcabef1b6 |
UTF-8 | 軆幣餠 | 111010001011101110000110111001011011100110100011111010011010010010100000 | e8bb86e5b9a3e9a4a0 |
UHC | ?幣餠 | 0011111111111000110001111101110010111111 | 3ff8c7dcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)