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 | 閻大揩蟆 | 1110100010000101100100011110010110011101100000101110010110110000 | e88591e59d82e5b0 |
EUC-JP | 閻大揩蟆 | 1110111111100101110000101110011111011001111000101110101010110010 | efe5c2e7d9e2eab2 |
UTF-8 | 閻大揩蟆 | 111010011001011010111011111001011010010010100111111001101000111110101001111010001001111110000110 | e996bbe5a4a7e68fa9e89f86 |
UHC | 閻大?? | 111001111010001011010011110111100011111100111111 | e7a2d3de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)