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 | 驕泌、壻ス | 1110100110000001100101001110010110100100100110101110010010111101 | e98194e5a49ae4bd |
EUC-JP | 驕泌、壻ス | 11110001111000011100100011100111100011101010010011010100111001101000111010111101 | f1e1c8e78ea4d4e68ebd |
UTF-8 | 驕泌、壻ス | 111010011010100110010101111001101011001110001100111011111011110110100100111001011010001110111011111011111011110110111101 | e9a995e6b38cefbda4e5a3bbefbdbd |
UHC | 驕泌?壻? | 1100111011110110111110011011001000111111110111111110101100111111 | cef6f9b23fdfeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)