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 | 醯胖磬 | 111001111100111111100011111101001110000111111100 | e7cfe3f4e1fc |
EUC-JP | 醯胖磬 | 111011101101000111100110111101101110001011111110 | eed1e6f6e2fe |
UTF-8 | 醯胖磬 | 111010011000011010101111111010001000001110010110111001111010001110101100 | e986afe88396e7a3ac |
UHC | 醯?磬 | 1111101110111000001111111100110011100100 | fbb83fcce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)