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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 矗矗B | 111000011101111011110001111111001110000111011110111100011111110001000010 | e1def1fce1def1fc42 |
EUC-JP | 矗?矗?B | 11100010111000000011111111100010111000000011111101000010 | e2e03fe2e03f42 |
UTF-8 | 矗矗B | 11100111100111111001011111101110100001011011011111100111100111111001011111101110100001011011011101000010 | e79f97ee85b7e79f97ee85b742 |
UHC | 矗?矗?B | 11110101101110000011111111110101101110000011111101000010 | f5b83ff5b83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)