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 | 隰晁寐\ | 11101000101011001001110111101000100110111000011101011100 | e8ac9de89b875c |
EUC-JP | 隰晁寐\ | 11110000101011101101101011101010110101011110011101011100 | f0aedaead5e75c |
UTF-8 | 隰晁寐\ | 11101001100110101011000011100110100110011000000111100101101011111001000001011100 | e99ab0e69981e5af905c |
UHC | ?晁寐\ | 001111111111000011000101110110001101101101011100 | 3ff0c5d8db5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)