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 | 珎簫簫 | 111000001101110111100010110100101110001011010010 | e0dde2d2e2d2 |
EUC-JP | 珎簫簫 | 111000001101111111100100110101001110010011010100 | e0dfe4d4e4d4 |
UTF-8 | 珎簫簫 | 111001111000111110001110111001111011000010101011111001111011000010101011 | e78f8ee7b0abe7b0ab |
UHC | ?簫簫 | 0011111111100001110001111110000111000111 | 3fe1c7e1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)