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 | 釈縞 | 10001110110111111000111011001000 | 8edf8ec8 |
EUC-JP | 釈縞 | 10111100111000011011110011001010 | bce1bcca |
UTF-8 | 釈縞 | 111010011000011110001000111001111011100010011110 | e98788e7b89e |
UHC | ?縞 | 001111111111101111010110 | 3ffbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)