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 | 贈頃??媚 | 1001000110100001100011011010000000111111001111111001101101011010 | 91a18da03f3f9b5a |
EUC-JP | 贈頃??媚 | 1100001010100011101110101010001000111111001111111101010110111011 | c2a3baa23f3fd5bb |
UTF-8 | 贈頃렱ㅺ媚 | 111010001011010010001000111010011010000010000011111010111010000010110001111000111000010110111010111001011010101010011010 | e8b488e9a083eba0b1e385bae5aa9a |
UHC | 贈頃렱ㅺ媚 | 11110001111111001100110011110001100011101011111010100100111010101101101010101100 | f1fcccf18ebea4eadaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)