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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???轝? | 00111111001111110011111110001111111000011010101000111111 | 3f3f3f8fe1aa3f |
UTF-8 | 僚뺞변轝좦 | 111011111010011010111011111010111011101010011110111010111011001110000000111010001011110110011101111011001010001010100110 | efa6bbebba9eebb380e8bd9deca2a6 |
UHC | 僚뺞변轝좦 | 11101000111010001001010111100110101110101010111111100110101011001010000101000010 | e8e895e6baafe6aca142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)