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 | °°Ä©h | 101100001011000010001111110001001010100101101000 | b0b08fc4a968 |
SJIS-WIN | °°???h | 1000000110001011100000011000101100111111001111110011111101101000 | 818b818b3f3f3f68 |
EUC-JP | °°?Ä©h | 101000011110101110100001111010110011111110001111101010101010001110001111101000101110110101101000 | a1eba1eb3f8faaa38fa2ed68 |
UTF-8 | °°Ä©h | 1100001010110000110000101011000011000010100011111100001110000100110000101010100101101000 | c2b0c2b0c28fc384c2a968 |
UHC | °°???h | 1010000111000110101000011100011000111111001111110011111101101000 | a1c6a1c63f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)