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 | 1110001011111100001111111000110111001001100000011110000001000010 | e2fc3f8dc981e042 |
EUC-JP | 紆?宰≒B | 1110010011111110001111111011101011001011101000101110001001000010 | e4fe3fbacba2e242 |
UTF-8 | 紆렡宰≒B | 11100111101101001000011011101011101000001010000111100101101011101011000011100010100010011001001001000010 | e7b486eba0a1e5aeb0e2899242 |
UHC | 紆렡宰≒B | 111010011110000110001110101100101110111010100101101000011101011001000010 | e9e18eb2eea5a1d642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)