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 | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
SJIS-WIN | 晶」nB | 100011111011101111110101110010001111000010110000101000110110111001000010 | 8fbbf5c8f0b0a36e42 |
EUC-JP | 晶??」nB | 1011111010111101001111110011111110001110101000110110111001000010 | bebd3f3f8ea36e42 |
UTF-8 | 晶」nB | 1110011010011001101101101110111010010000101100111110111010000001101011111110111110111101101000110110111001000010 | e699b6ee90b3ee81afefbda36e42 |
UHC | 晶???nB | 11101111110111000011111100111111001111110110111001000010 | efdc3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)