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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隍よ辨蟯ォ | 111010001010010010000010111001101001100110011110111001011011001010101011 | e8a482e6999ee5b2ab |
EUC-JP | 隍よ辨蟯ォ | 11110000101001101010010011101000110100011111111011101010101101001000111010101011 | f0a6a4e8d1feeab48eab |
UTF-8 | 隍よ辨蟯ォ | 111010011001101010001101111000111000001010001000111010001011111010101000111010001001111110101111111011111011110110101011 | e99a8de38288e8bea8e89fafefbdab |
UHC | 隍よ辨蟯? | 111111001101101110101010111010001101110010101001111010011010100000111111 | fcdbaae8dca9e9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)