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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嗽?6? | 100110100111010100111111100000100101010100111111 | 9a753f82553f |
EUC-JP | 嗽?6馹 | 1101001111010110001111111010001110110110100011111110100110100001 | d3d63fa3b68fe9a1 |
UTF-8 | 嗽뉖6馹 | 111001011001011110111101111010111000100110010110111011111011110010010110111010011010011010111001 | e597bdeb8996efbc96e9a6b9 |
UHC | 嗽뉖6馹 | 1110000111110101100001111110101110100011101101101110110011110001 | e1f587eba3b6ecf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)