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 | 慥膜餠 | 100111001101001010010110100011001110100101010101 | 9cd2968ce955 |
EUC-JP | 慥膜餠 | 110110001101010011001011111011001111000110110110 | d8d4cbecf1b6 |
UTF-8 | 慥膜餠 | 111001101000010110100101111010001000011010011100111010011010010010100000 | e685a5e8869ce9a4a0 |
UHC | ?膜餠 | 0011111111011000101011111101110010111111 | 3fd8afdcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)