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 | 111011001011000010001110101100100101110101001000 | ecb08eb25d48 |
SJIS-WIN | ?°??]H | 00111111100000011000101100111111001111110101110101001000 | 3f818b3f3f5d48 |
EUC-JP | ì°??]H | 100011111010101111000000101000011110101100111111001111110101110101001000 | 8fabc0a1eb3f3f5d48 |
UTF-8 | ì°²]H | 11000011101011001100001010110000110000101000111011000010101100100101110101001000 | c3acc2b0c28ec2b25d48 |
UHC | ?°?²]H | 0011111110100001110001100011111110101001111101110101110101001000 | 3fa1c63fa9f75d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)