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 | 薰ォ謔 | 1111101110011110101010111110011010000010 | fb9eabe682 |
EUC-JP | ?ォ謔 | 0011111110001110101010111110101111100010 | 3f8eabebe2 |
UTF-8 | 薰ォ謔 | 111010001001011010110000111011111011110110101011111010001010110010010100 | e896b0efbdabe8ac94 |
UHC | 薰?謔 | 1111110110111001001111111111100111001100 | fdb93ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)