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 | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | 澳?ズa | 111000000101001100111111100000110101100101100001 | e0533f835961 |
EUC-JP | 澳?ズa | 110111111011010000111111101001011011101001100001 | dfb43fa5ba61 |
UTF-8 | 澳뉒ズa | 11100110101111101011001111101011100010011001001011100011100000101011101001100001 | e6beb3eb8992e382ba61 |
UHC | 澳뉒ズa | 11100111111111101000011111100111101010111011101001100001 | e7fe87e7abba61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)