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 | 熬??\ | 1110000010010010001111110011111101011100 | e0923f3f5c |
EUC-JP | 熬??\ | 1101111111110010001111110011111101011100 | dff23f3f5c |
UTF-8 | 熬뽫궘\ | 11100111100001101010110011101011101111011010101111101010101101101001100001011100 | e786acebbdabeab6985c |
UHC | 熬뽫궘\ | 11101000101000101001011011100111100000101010110101011100 | e8a296e782ad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)