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 | 。ュ将膾 | 101000011010110110001111101010111110010001011001 | a1ad8fabe459 |
EUC-JP | 。ュ将膾 | 1000111010100001100011101010110110111110101011011110011110111010 | 8ea18eadbeade7ba |
UTF-8 | 。ュ将膾 | 111011111011110110100001111011111011110110101101111001011011000010000110111010001000011010111110 | efbda1efbdade5b086e886be |
UHC | ???膾 | 0011111100111111001111111111110011101100 | 3f3f3ffcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)