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 | 11100101111100011000001111001001001111111110101001000000001111110011111101000010 | e5f183c93fea403f3f42 |
EUC-JP | 褥λ?鵝??B | 11101010111100111010011011001011001111111111001110100001001111110011111101000010 | eaf3a6cb3ff3a13f3f42 |
UTF-8 | 褥λ죱鵝롫젽B | 111010001010010010100101110011101011101111101100101000111011000111101001101101011001110111101011101000011010101111101100101000001011110101000010 | e8a4a5cebbeca3b1e9b59deba1abeca0bd42 |
UHC | 褥λ죱鵝롫젽B | 11101001101100111010010111101011101000011000110011100100101111011000111011101011101000001010111101000010 | e9b3a5eba18ce4bd8eeba0af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)