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 | 鳫耳鵄 | 111010011110110110001110101010001110100111110101 | e9ed8ea8e9f5 |
EUC-JP | 鳫耳鵄 | 111100101110111110111100101010101111001011110111 | f2efbcaaf2f7 |
UTF-8 | 鳫耳鵄 | 111010011011001110101011111010001000000010110011111010011011010110000100 | e9b3abe880b3e9b584 |
UHC | ?耳? | 00111111111011001011110000111111 | 3fecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)