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 | 嗽?4楹 | 10011010011101010011111110000010010100111001111010110001 | 9a753f82539eb1 |
EUC-JP | 嗽?4楹 | 11010011110101100011111110100011101101001101110010110011 | d3d63fa3b4dcb3 |
UTF-8 | 嗽뉖4楹 | 111001011001011110111101111010111000100110010110111011111011110010010100111001101010010110111001 | e597bdeb8996efbc94e6a5b9 |
UHC | 嗽뉖4楹 | 1110000111110101100001111110101110100011101101001110011110110011 | e1f587eba3b4e7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)