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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 治銧 | 111100001010110010001110101000011111101111001100 | f0ac8ea1fbcc |
EUC-JP | ?治銧 | 001111111011110010100011100011111110010010100110 | 3fbca38fe4a6 |
UTF-8 | 治銧 | 111011101000000110101011111001101011001010111011111010011000101010100111 | ee81abe6b2bbe98aa7 |
UHC | ?治? | 00111111111101101011110100111111 | 3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)