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 | ûP¤û£°B | 11111011010100001010010011111011101000111011000001000010 | fb50a4fba3b042 |
SJIS-WIN | ?P??£°B | 001111110101000000111111001111111000000110010010100000011000101101000010 | 3f503f3f8192818b42 |
EUC-JP | ûP¤û£°B | 100011111010101111100101010100001000111110100010111100001000111110101011111001011010000111110010101000011110101101000010 | 8fabe5508fa2f08fabe5a1f2a1eb42 |
UTF-8 | ûP¤û£°B | 110000111011101101010000110000101010010011000011101110111100001010100011110000101011000001000010 | c3bb50c2a4c3bbc2a3c2b042 |
UHC | ?P¤??°B | 001111110101000010100010101101000011111100111111101000011100011001000010 | 3f50a2b43f3fa1c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)