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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 順術執貽 | 1000111110000111100011110111000010001110101101111110011011000100 | 8f878f708eb7e6c4 |
EUC-JP | 順術執貽 | 1011110111100111101111011101000110111100101110011110110011000110 | bde7bdd1bcb9ecc6 |
UTF-8 | 順術執貽 | 111010011010000010000110111010001010000110010011111001011001111110110111111010001011001010111101 | e9a086e8a193e59fb7e8b2bd |
UHC | 順術執貽 | 1110001011110111111000101111101011110010111110111110110011000010 | e2f7e2faf2fbecc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)