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 | 諛喜ァ | 1110011010000111100010101110110010100111 | e6878aeca7 |
EUC-JP | 諛喜ァ | 111010111110011110110100111011101000111010100111 | ebe7b4ee8ea7 |
UTF-8 | 諛喜ァ | 111010001010101110011011111001011001011010011100111011111011110110100111 | e8ab9be5969cefbda7 |
UHC | 諛喜? | 1110101110110000111111011110110000111111 | ebb0fdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)