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 | 簧籔簧 | 111000101100111011100010110101101110001011001110 | e2cee2d6e2ce |
EUC-JP | 簧籔簧 | 111001001101000011100100110110001110010011010000 | e4d0e4d8e4d0 |
UTF-8 | 簧籔簧 | 111001111011000010100111111001111011000110010100111001111011000010100111 | e7b0a7e7b194e7b0a7 |
UHC | 簧?簧 | 1111110011010111001111111111110011010111 | fcd73ffcd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)