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 | 11100110111010011011100111101001101101001010001111100100111000111010111001000010 | e6e9b9e9b4a3e4e3ae42 |
EUC-JP | 跌ケ魘」蒹ョB | 11101100111010111000111010111001111100101011011010001110101000111110100011100101100011101010111001000010 | eceb8eb9f2b68ea3e8e58eae42 |
UTF-8 | 跌ケ魘」蒹ョB | 11101000101101111000110011101111101111011011100111101001101011011001100011101111101111011010001111101000100100101011100111101111101111011010111001000010 | e8b78cefbdb9e9ad98efbda3e892b9efbdae42 |
UHC | 跌?????B | 1111001011110110001111110011111100111111001111110011111101000010 | f2f63f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)