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 | 芍ャォ | 1110010010001001100000111000001110101011 | e4898383ab |
EUC-JP | 芍ャォ | 111001111110100110100101111000111000111010101011 | e7e9a5e38eab |
UTF-8 | 芍ャォ | 111010001000101010001101111000111000001110100011111011111011110110101011 | e88a8de383a3efbdab |
UHC | 芍ャ? | 1110110111001011101010111110001100111111 | edcbabe33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)