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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 壌緖 | 10001111111010111111101110001110 | 8febfb8e |
EUC-JP | 壌? | 101111101110110100111111 | beed3f |
UTF-8 | 壌緖 | 111001011010001110001100111001111011011110010110 | e5a38ce7b796 |
UHC | ?緖 | 001111111101111111111101 | 3fdffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)