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 | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 胱脣]H | 111000111111011111100011111110100101110101001000 | e3f7e3fa5d48 |
EUC-JP | 胱脣]H | 111001101111100111100110111111000101110101001000 | e6f9e6fc5d48 |
UTF-8 | 胱脣]H | 1110100010000011101100011110100010000100101000110101110101001000 | e883b1e884a35d48 |
UHC | 胱脣]H | 110011101100110111100010111011100101110101001000 | cecde2ee5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)