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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 闢庚眠^ | 11101000100100111000110101001101100101101011000001011110 | e8938d4d96b05e |
EUC-JP | 闢庚眠^ | 11101111111100111011100110101110110011001011001001011110 | eff3b9aeccb25e |
UTF-8 | 闢庚眠^ | 11101001100101111010001011100101101110101001101011100111100111001010000001011110 | e997a2e5ba9ae79ca05e |
UHC | 闢庚眠^ | 11011100101000111100110011010010110110001111100101011110 | dca3ccd2d8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)