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 | 鐔括厳 | 111010000101110010001010100001111000110010110101 | e85c8a878cb5 |
EUC-JP | 鐔括厳 | 111011111011110110110011111001111011100010110111 | efbdb3e7b8b7 |
UTF-8 | 鐔括厳 | 111010011001000010010100111001101000101110101100111001011000111010110011 | e99094e68bace58eb3 |
UHC | ?括? | 00111111110011101100000000111111 | 3fcec03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)