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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闡「逞秘飴 | 111010001001000110100010111001111001011110010100111010011000100010111001 | e891a2e79794e988b9 |
EUC-JP | 闡「逞秘飴 | 11101111111100011000111010100010111011011111011111001000111010111011000010111011 | eff18ea2edf7c8ebb0bb |
UTF-8 | 闡「逞秘飴 | 111010011001011110100001111011111011110110100010111010011000000010011110111001111010011110011000111010011010001110110100 | e997a1efbda2e9809ee7a798e9a3b4 |
UHC | 闡?逞秘飴 | 111101001100010100111111110101101100000111011101111110101110110011000111 | f4c53fd6c1ddfaecc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)