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 | ??a]H | 0011111100111111011000010101110101001000 | 3f3f615d48 |
SJIS-WIN | 淨?a]H | 100111111100010000111111011000010101110101001000 | 9fc43f615d48 |
EUC-JP | 淨?a]H | 110111101100011000111111011000010101110101001000 | dec63f615d48 |
UTF-8 | 淨렠a]H | 111001101011011110101000111010111010000010100000011000010101110101001000 | e6b7a8eba0a0615d48 |
UHC | 淨렠a]H | 11101111111001001000111010110001011000010101110101001000 | efe48eb1615d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)