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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 胱脣H | 1110001111110111111000111111101001001000 | e3f7e3fa48 |
EUC-JP | 胱脣H | 1110011011111001111001101111110001001000 | e6f9e6fc48 |
UTF-8 | 胱脣H | 11101000100000111011000111101000100001001010001101001000 | e883b1e884a348 |
UHC | 胱脣H | 1100111011001101111000101110111001001000 | cecde2ee48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)