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 | 猯瑙焦ァ猯 | 111000001100110011100000111011011000111111000101101001111110000011001100 | e0cce0ed8fc5a7e0cc |
EUC-JP | 猯瑙焦ァ猯 | 11100000110011101110000011101111101111101100011110001110101001111110000011001110 | e0cee0efbec78ea7e0ce |
UTF-8 | 猯瑙焦ァ猯 | 111001111000110010101111111001111001000110011001111001111000010010100110111011111011110110100111111001111000110010101111 | e78cafe79199e784a6efbda7e78caf |
UHC | ?瑙焦?? | 00111111110100101100010111110101101001010011111100111111 | 3fd2c5f5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)