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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 驅喟n}驅喟n{^ | 11101001011110111001101001011111011011100111110111101001011110111001101001011111011011100111101101011110 | e97b9a5f6e7de97b9a5f6e7b5e |
EUC-JP | 驅喟n}驅喟n{^ | 11110001110111001101001111000000011011100111110111110001110111001101001111000000011011100111101101011110 | f1dcd3c06e7df1dcd3c06e7b5e |
UTF-8 | 驅喟n}驅喟n{^ | 1110100110101001100001011110010110010110100111110110111001111101111010011010100110000101111001011001011010011111011011100111101101011110 | e9a985e5969f6e7de9a985e5969f6e7b5e |
UHC | 驅?n}驅?n{^ | 1100111111001100001111110110111001111101110011111100110000111111011011100111101101011110 | cfcc3f6e7dcfcc3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)