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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 恁ν?恁??B | 10011100100011001000001111001011001111111001110010001100001111110011111101000010 | 9c8c83cb3f9c8c3f3f42 |
EUC-JP | 恁ν?恁??B | 11010111111011001010011011001101001111111101011111101100001111110011111101000010 | d7eca6cd3fd7ec3f3f42 |
UTF-8 | 恁ν삒恁잜삏B | 111001101000000110000001110011101011110111101100100000101001001011100110100000011000000111101100100111101001110011101100100000101000111101000010 | e68181cebdec8292e68181ec9e9cec828f42 |
UHC | 恁ν삒恁잜삏B | 11101100111101101010010111101101100110001001011111101100111101101001111111101101100110001001011001000010 | ecf6a5ed9897ecf69fed989642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)