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 | 0011111100111111001111110011111110000011110010110011111101000010 | 3f3f3f3f83cb3f42 |
EUC-JP | ????ν?B | 0011111100111111001111110011111110100110110011010011111101000010 | 3f3f3f3fa6cd3f42 |
UTF-8 | 淋꾩쿃淋ν슌B | 111011111010011110110101111010101011111010101001111011001011111110000011111011111010011110110101110011101011110111101100100010101000110001000010 | efa7b5eabea9ecbf83efa7b5cebdec8a8c42 |
UHC | 淋꾩쿃淋ν슌B | 11101100111110001000010011101100101100101001100111101100111110001010010111101101100110101001110001000010 | ecf884ecb299ecf8a5ed9a9c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)