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 | 第嶝??? | 10010001111001101001101111010001001111110011111100111111 | 91e69bd13f3f3f |
EUC-JP | 第嶝??焌 | 110000101110100011010110110100110011111100111111100011111100100111101000 | c2e8d6d33f3f8fc9e8 |
UTF-8 | 第嶝렰렋焌 | 111001111010110010101100111001011011011010011101111010111010000010110000111010111010000010001011111001111000010010001100 | e7acace5b69deba0b0eba08be7848c |
UHC | 第嶝렰렋焌 | 11110000101011111101010011110001100011101011110110001110101000101111000111100000 | f0afd4f18ebd8ea2f1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)