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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 俑蝕 | 10011000110110101001000001001001 | 98da9049 |
EUC-JP | 俑蝕 | 11010000110111001011111110101010 | d0dcbfaa |
UTF-8 | 俑蝕 | 111001001011111110010001111010001001110110010101 | e4bf91e89d95 |
UHC | 俑蝕 | 11101001101101011110001111011010 | e9b5e3da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)