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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雎梧立蟯。 | 111010001011000110001100111001101001011110100111111001011011001010100001 | e8b18ce697a7e5b2a1 |
EUC-JP | 雎梧立蟯。 | 11110000101100111011100011101000110011101010100111101010101101001000111010100001 | f0b3b8e8cea9eab48ea1 |
UTF-8 | 雎梧立蟯。 | 111010011001101110001110111001101010001010100111111001111010101110001011111010001001111110101111111011111011110110100001 | e99b8ee6a2a7e7ab8be89fafefbda1 |
UHC | 雎梧立蟯? | 111011101101000111100111111111001101100010100001111010011010100000111111 | eed1e7fcd8a1e9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)