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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 髫ケ髻カ^ | 11101001100110101011100111101001100111111011011001011110 | e99ab9e99fb65e |
EUC-JP | 髫ケ髻カ^ | 111100011111101010001110101110011111001010100001100011101011011001011110 | f1fa8eb9f2a18eb65e |
UTF-8 | 髫ケ髻カ^ | 11101001101010111010101111101111101111011011100111101001101010111011101111101111101111011011011001011110 | e9ababefbdb9e9abbbefbdb65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)