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 | 穽帋擺 | 111000100111011010011011111000011001110110110010 | e2769be19db2 |
EUC-JP | 穽帋擺 | 111000111101011111010110111000111101101010110100 | e3d7d6e3dab4 |
UTF-8 | 穽帋擺 | 111001111010100110111101111001011011100010001011111001101001001110111010 | e7a9bde5b88be693ba |
UHC | 穽?擺 | 1110111111110000001111111111011111101100 | eff03ff7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)