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 | 闢壼ウィ | 111010001001001110011010111001011011001110101000 | e8939ae5b3a8 |
EUC-JP | 闢壼ウィ | 1110111111110011110101001110011110001110101100111000111010101000 | eff3d4e78eb38ea8 |
UTF-8 | 闢壼ウィ | 111010011001011110100010111001011010001110111100111011111011110110110011111011111011110110101000 | e997a2e5a3bcefbdb3efbda8 |
UHC | 闢??? | 1101110010100011001111110011111100111111 | dca33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)