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 | F°°o | 10010010010001101001000110110000100100011011000001101111 | 924691b091b06f |
SJIS-WIN | ?F?°?°o | 001111110100011000111111100000011000101100111111100000011000101101101111 | 3f463f818b3f818b6f |
EUC-JP | ?F?°?°o | 001111110100011000111111101000011110101100111111101000011110101101101111 | 3f463fa1eb3fa1eb6f |
UTF-8 | F°°o | 110000101001001001000110110000101001000111000010101100001100001010010001110000101011000001101111 | c29246c291c2b0c291c2b06f |
UHC | ?F?°?°o | 001111110100011000111111101000011100011000111111101000011100011001101111 | 3f463fa1c63fa1c66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)