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 | 誘l? | 1001011101010101100000101000110000111111 | 9755828c3f |
EUC-JP | 誘l? | 1100110110110110101000111110110000111111 | cdb6a3ec3f |
UTF-8 | 誘l뇫 | 111010001010101010011000111011111011110110001100111010111000011110101011 | e8aa98efbd8ceb87ab |
UHC | 誘l뇫 | 111010111010111110100011111011001000011110010001 | ebafa3ec8791 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)