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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濡??孃? | 10010100010001110011111100111111100110110110111100111111 | 94473f3f9b6f3f |
EUC-JP | 濡??孃? | 11000111101010000011111100111111110101011101000000111111 | c7a83f3fd5d03f |
UTF-8 | 濡숇줁孃놟 | 111001101011111110100001111011001000100010000111111011001010010010000001111001011010110110000011111010111000011010011111 | e6bfa1ec8887eca481e5ad83eb869f |
UHC | 濡숇줁孃놟 | 11101011101000011001100111101011101000011001100011100101101111101000011101000010 | eba199eba198e5be8742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)