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 | 穽?犢 | 1110001001110110001111111110000010110111 | e2763fe0b7 |
EUC-JP | 穽?犢 | 1110001111010111001111111110000010111001 | e3d73fe0b9 |
UTF-8 | 穽븍犢 | 111001111010100110111101111010111011100010001101111001111000101010100010 | e7a9bdebb88de78aa2 |
UHC | 穽븍犢 | 111011111111000010111010111010111101010010111011 | eff0baebd4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)