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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嗽?6??? | 1001101001110101001111111000001001010101001111110011111100111111 | 9a753f82553f3f3f |
EUC-JP | 嗽?6轝?? | 11010011110101100011111110100011101101101000111111100001101010100011111100111111 | d3d63fa3b68fe1aa3f3f |
UTF-8 | 嗽뉖6轝듽궋 | 111001011001011110111101111010111000100110010110111011111011110010010110111010001011110110011101111010111001001110111101111010101011011010001011 | e597bdeb8996efbc96e8bd9deb93bdeab68b |
UHC | 嗽뉖6轝듽궋 | 111000011111010110000111111010111010001110110110111001101010110010001010111000111000001010100010 | e1f587eba3b6e6ac8ae382a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)