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 | ñþ¹£ | 11110001111111101011100110100011 | f1feb9a3 |
SJIS-WIN | ???£ | 0011111100111111001111111000000110010010 | 3f3f3f8192 |
EUC-JP | ñþ?£ | 100011111010101111010000100011111010100111010000001111111010000111110010 | 8fabd08fa9d03fa1f2 |
UTF-8 | ñþ¹£ | 1100001110110001110000111011111011000010101110011100001010100011 | c3b1c3bec2b9c2a3 |
UHC | ?þ¹? | 001111111010100110101101101010011111011000111111 | 3fa9ada9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)