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 | 闡「逎” | 11101000100100011010001011100111101000111000000101101000 | e891a2e7a38168 |
EUC-JP | 闡「逎” | 1110111111110001100011101010001011101110101001011010000111001001 | eff18ea2eea5a1c9 |
UTF-8 | 闡「逎” | 111010011001011110100001111011111011110110100010111010011000000010001110111000101000000010011101 | e997a1efbda2e9808ee2809d |
UHC | 闡??” | 111101001100010100111111001111111010000110110001 | f4c53f3fa1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)