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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褂セ繞オ礦 | 1110010111100110101111101110001110000101101101011110000111100110 | e5e6bee385b5e1e6 |
EUC-JP | 褂セ繞オ礦 | 11101010111010001000111010111110111001011110010110001110101101011110001011101000 | eae88ebee5e58eb5e2e8 |
UTF-8 | 褂セ繞オ礦 | 111010001010010010000010111011111011110110111110111001111011100110011110111011111011110110110101111001111010010010100110 | e8a482efbdbee7b99eefbdb5e7a4a6 |
UHC | ??繞?? | 001111110011111111101001101001000011111100111111 | 3f3fe9a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)