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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闢阪g縲 | 1110100010010011100011011110001110000010100001111110001110000000 | e8938de38287e380 |
EUC-JP | 闢阪g縲 | 1110111111110011101110101110010110100011111001111110010111100000 | eff3bae5a3e7e5e0 |
UTF-8 | 闢阪g縲 | 111010011001011110100010111010011001100010101010111011111011110110000111111001111011100010110010 | e997a2e998aaefbd87e7b8b2 |
UHC | 闢阪g? | 11011100101000111111100010100001101000111110011100111111 | dca3f8a1a3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)