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 | 礁黑ァ | 1000111111001010111111000100101110100111 | 8fcafc4ba7 |
EUC-JP | 礁?ァ | 1011111011001100001111111000111010100111 | becc3f8ea7 |
UTF-8 | 礁黑ァ | 111001111010010010000001111010011011101110010001111011111011110110100111 | e7a481e9bb91efbda7 |
UHC | 礁黑? | 1111010110100111111111011101100100111111 | f5a7fdd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)