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 | ?耿? | 00111111111000111101010000111111 | 3fe3d43f |
EUC-JP | 芷耿? | 100011111101011111001001111001101101011000111111 | 8fd7c9e6d63f |
UTF-8 | 芷耿렢 | 111010001000101010110111111010001000000010111111111010111010000010100010 | e88ab7e880bfeba0a2 |
UHC | 芷耿렢 | 111100101011101011001100111010101000111010110011 | f2baccea8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)