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 | 隕?隕?^ | 11101000101001100011111111101000101001100011111101011110 | e8a63fe8a63f5e |
EUC-JP | 隕?隕?^ | 11110000101010000011111111110000101010000011111101011110 | f0a83ff0a83f5e |
UTF-8 | 隕렟隕렟^ | 11101001100110101001010111101011101000001001111111101001100110101001010111101011101000001001111101011110 | e99a95eba09fe99a95eba09f5e |
UHC | 隕렟隕렟^ | 111010101010001010001110101100001110101010100010100011101011000001011110 | eaa28eb0eaa28eb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)