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 | 茵笈海 | 111001001001111110001011100010001000101001000011 | e49f8b888a43 |
EUC-JP | 茵笈海 | 111010001010000110110101111010001011001110100100 | e8a1b5e8b3a4 |
UTF-8 | 茵笈海 | 111010001000110010110101111001111010110010001000111001101011010110110111 | e88cb5e7ac88e6b5b7 |
UHC | 茵?海 | 1110110011100000001111111111101010101101 | ece03ffaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)