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 | 100011111010101110110000111111010101110101001000 | 8fabb0fd5d48 |
SJIS-WIN | ??°?]H | 00111111001111111000000110001011001111110101110101001000 | 3f3f818b3f5d48 |
EUC-JP | ??°ý]H | 001111110011111110100001111010111000111110101011111100100101110101001000 | 3f3fa1eb8fabf25d48 |
UTF-8 | «°ý]H | 11000010100011111100001010101011110000101011000011000011101111010101110101001000 | c28fc2abc2b0c3bd5d48 |
UHC | ??°?]H | 00111111001111111010000111000110001111110101110101001000 | 3f3fa1c63f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)