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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 闡ケD闡ケD^ | 111010001001000110111001010001001110100010010001101110010100010001011110 | e891b944e891b9445e |
EUC-JP | 闡ケD闡ケD^ | 1110111111110001100011101011100101000100111011111111000110001110101110010100010001011110 | eff18eb944eff18eb9445e |
UTF-8 | 闡ケD闡ケD^ | 111010011001011110100001111011111011110110111001010001001110100110010111101000011110111110111101101110010100010001011110 | e997a1efbdb944e997a1efbdb9445e |
UHC | 闡?D闡?D^ | 111101001100010100111111010001001111010011000101001111110100010001011110 | f4c53f44f4c53f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)