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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | 宥〓±繹 | 1001011101000111100000011010110010000001011111011110001110001000 | 974781ac817de388 |
EUC-JP | 宥〓±繹 | 1100110110101000101000101010111010100001110111101110010111101000 | cda8a2aea1dee5e8 |
UTF-8 | 宥〓±繹 | 1110010110101110101001011110001110000000100100111100001010110001111001111011100110111001 | e5aea5e38093c2b1e7b9b9 |
UHC | 宥〓±繹 | 1110101011101001101000011110101110100001101111101110011010111010 | eae9a1eba1bee6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)