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 | 詩碩顰 | 100011101000110110010000110101111110100011111100 | 8e8d90d7e8fc |
EUC-JP | 詩碩顰 | 101110111110110111000000110110011111000011111110 | bbedc0d9f0fe |
UTF-8 | 詩碩顰 | 111010001010100110101001111001111010001010101001111010011010000110110000 | e8a9a9e7a2a9e9a1b0 |
UHC | 詩碩? | 1110001111001100111000001011010100111111 | e3cce0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)