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 | 100111001000110000111111011000010101110101001000 | 9c8c3f615d48 |
EUC-JP | 恁?a]H | 110101111110110000111111011000010101110101001000 | d7ec3f615d48 |
UTF-8 | 恁찭a]H | 111001101000000110000001111011001011000010101101011000010101110101001000 | e68181ecb0ad615d48 |
UHC | 恁찭a]H | 11101100111101101010101001000101011000010101110101001000 | ecf6aa45615d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)