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 | 1110001011111100001111111000110111001001100000011000110101000010 | e2fc3f8dc9818d42 |
EUC-JP | 紆?宰″B | 1110010011111110001111111011101011001011101000011110110101000010 | e4fe3fbacba1ed42 |
UTF-8 | 紆렡宰″B | 11100111101101001000011011101011101000001010000111100101101011101011000011100010100000001011001101000010 | e7b486eba0a1e5aeb0e280b342 |
UHC | 紆렡宰″B | 111010011110000110001110101100101110111010100101101000011100100001000010 | e9e18eb2eea5a1c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)