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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 霈ツ茯ィ{d | 1110100010111100110000101110010010101000101010000111101101100100 | e8bcc2e4a8a87b64 |
EUC-JP | 霈ツ茯ィ{d | 11110000101111101000111011000010111010001010101010001110101010000111101101100100 | f0be8ec2e8aa8ea87b64 |
UTF-8 | 霈ツ茯ィ{d | 1110100110011100100010001110111110111110100000101110100010001100101011111110111110111101101010000111101101100100 | e99c88efbe82e88cafefbda87b64 |
UHC | ??茯?{d | 00111111001111111101110011011010001111110111101101100100 | 3f3fdcda3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)