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 | 100011101101111010001110110100110101110001101000 | 8ede8ed35c68 |
SJIS-WIN | ????\h | 001111110011111100111111001111110101110001101000 | 3f3f3f3f5c68 |
EUC-JP | ?Þ?Ó\h | 00111111100011111010100110110000001111111000111110101010110100010101110001101000 | 3f8fa9b03f8faad15c68 |
UTF-8 | ÞÓ\h | 11000010100011101100001110011110110000101000111011000011100100110101110001101000 | c28ec39ec28ec3935c68 |
UHC | ?Þ??\h | 00111111101010001010110100111111001111110101110001101000 | 3fa8ad3f3f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)