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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 淅小緖\ | 10011111110001101000111110101100111110111000111001011100 | 9fc68facfb8e5c |
EUC-JP | 淅小?\ | 110111101100100010111110101011100011111101011100 | dec8beae3f5c |
UTF-8 | 淅小緖\ | 11100110101101111000010111100101101100001000111111100111101101111001011001011100 | e6b785e5b08fe7b7965c |
UHC | 淅小緖\ | 11100000101100101110000110110011110111111111110101011100 | e0b2e1b3dffd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)