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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豕」讀ァ | 111001101011001110100011111001101010010010100111 | e6b3a3e6a4a7 |
EUC-JP | 豕」讀ァ | 1110110010110101100011101010001111101100101001101000111010100111 | ecb58ea3eca68ea7 |
UTF-8 | 豕」讀ァ | 111010001011000110010101111011111011110110100011111010001010111010000000111011111011110110100111 | e8b195efbda3e8ae80efbda7 |
UHC | 豕?讀? | 111000111100111000111111110101001100000100111111 | e3ce3fd4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)