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 | 聹笈迂 | 111000111110001010001011100010001000100101001001 | e3e28b888949 |
EUC-JP | 聹笈迂 | 111001101110010010110101111010001011000110101010 | e6e4b5e8b1aa |
UTF-8 | 聹笈迂 | 111010001000000110111001111001111010110010001000111010001011111110000010 | e881b9e7ac88e8bf82 |
UHC | ??迂 | 00111111001111111110100111100110 | 3f3fe9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)