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 | ァ芒ァ | 10100111111001001000101010100111 | a7e48aa7 |
EUC-JP | ァ芒ァ | 100011101010011111100111111010101000111010100111 | 8ea7e7ea8ea7 |
UTF-8 | ァ芒ァ | 111011111011110110100111111010001000101010010010111011111011110110100111 | efbda7e88a92efbda7 |
UHC | ?芒? | 00111111110110001101001100111111 | 3fd8d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)