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 | ?矮矮 | 0011111111100001111000101110000111100010 | 3fe1e2e1e2 |
EUC-JP | ?矮矮 | 0011111111100010111001001110001011100100 | 3fe2e4e2e4 |
UTF-8 | 숷矮矮 | 111011001000100010110111111001111001111110101110111001111001111110101110 | ec88b7e79faee79fae |
UHC | 숷矮矮 | 100110100100110011101000111000011110100011100001 | 9a4ce8e1e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)