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 | 闡コ增 | 1110100010010001101110101111101010011101 | e891bafa9d |
EUC-JP | 闡コ? | 1110111111110001100011101011101000111111 | eff18eba3f |
UTF-8 | 闡コ增 | 111010011001011110100001111011111011110110111010111001011010001010011110 | e997a1efbdbae5a29e |
UHC | 闡?增 | 1111010011000101001111111111000111110010 | f4c53ff1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)