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 | 100100101111100000111111111010001011010000111111001111110011111101000010 | 92f83fe8b43f3f3f42 |
EUC-JP | 艇?雍?鋌?B | 1100010011111010001111111111000010110110001111111000111111100100101110110011111101000010 | c4fa3ff0b63f8fe4bb3f42 |
UTF-8 | 艇렣雍렏鋌렎B | 11101000100010011000011111101011101000001010001111101001100110111000110111101011101000001000111111101001100010111000110011101011101000001000111001000010 | e88987eba0a3e99b8deba08fe98b8ceba08e42 |
UHC | 艇렣雍렏鋌렎B | 11101111111100111000111010110100111010001011110010001110101001011110111111111011100011101010010001000010 | eff38eb4e8bc8ea5effb8ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)