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 | 11100101101111001001000101001000 | e5bc9148 |
SJIS-WIN | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
EUC-JP | å??H | 100011111010101110101001001111110011111101001000 | 8faba93f3f48 |
UTF-8 | å¼H | 11000011101001011100001010111100110000101001000101001000 | c3a5c2bcc29148 |
UHC | ?¼?H | 0011111110101000111110010011111101001000 | 3fa8f93f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)