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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒿?? | 11100100111001000011111100111111 | e4e43f3f |
EUC-JP | 蒿?瀣 | 111010001110011000111111100011111100100110110001 | e8e63f8fc9b1 |
UTF-8 | 蒿렭瀣 | 111010001001001010111111111010111010000010101101111001111000000010100011 | e892bfeba0ade780a3 |
UHC | 蒿렭瀣 | 111110111101101010001110101110101111101010101110 | fbda8ebafaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)