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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 闢房闢房^ | 111010001001001110010110010110111110100010010011100101100101101101011110 | e893965be893965b5e |
EUC-JP | 闢房闢房^ | 111011111111001111001011101111001110111111110011110010111011110001011110 | eff3cbbceff3cbbc5e |
UTF-8 | 闢房闢房^ | 11101001100101111010001011100110100010001011111111101001100101111010001011100110100010001011111101011110 | e997a2e688bfe997a2e688bf5e |
UHC | 闢房闢房^ | 110111001010001111011011101011101101110010100011110110111010111001011110 | dca3dbaedca3dbae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)