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 | 闡餓棘 | 111010001001000110001001111011001001111010011001 | e89189ec9e99 |
EUC-JP | 闡餓棘 | 111011111111000110110010111011101101101111111001 | eff1b2eedbf9 |
UTF-8 | 闡餓棘 | 111010011001011110100001111010011010010010010011111001101010001110011000 | e997a1e9a493e6a398 |
UHC | 闡餓棘 | 111101001100010111100100101110111101000010111110 | f4c5e4bbd0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)