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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闢肄奸 | 111010001001001111100011111001011001101101000000 | e893e3e59b40 |
EUC-JP | 闢肄奸 | 111011111111001111100110111001111101010110100001 | eff3e6e7d5a1 |
UTF-8 | 闢肄奸 | 111010011001011110100010111010001000001010000100111001011010010110111000 | e997a2e88284e5a5b8 |
UHC | 闢肄奸 | 110111001010001111101100101111011100101011001100 | dca3ecbdcacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)