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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 渉埇渉垬^ | 100011111100001011111010100110101000111111000010111110101001100001011110 | 8fc2fa9a8fc2fa985e |
EUC-JP | 渉埇渉垬^ | 1011111011000100100011111011011111100111101111101100010010001111101101111110010001011110 | bec48fb7e7bec48fb7e45e |
UTF-8 | 渉埇渉垬^ | 11100110101110001000100111100101100111111000011111100110101110001000100111100101100111101010110001011110 | e6b889e59f87e6b889e59eac5e |
UHC | ?埇??^ | 001111111110100110111001001111110011111101011110 | 3fe9b93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)