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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒿?雍? | 111001001110010000111111111010001011010000111111 | e4e43fe8b43f |
EUC-JP | 蒿?雍? | 111010001110011000111111111100001011011000111111 | e8e63ff0b63f |
UTF-8 | 蒿렭雍렓 | 111010001001001010111111111010111010000010101101111010011001101110001101111010111010000010010011 | e892bfeba0ade99b8deba093 |
UHC | 蒿렭雍렓 | 1111101111011010100011101011101011101000101111001000111010101000 | fbda8ebae8bc8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)