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 | 豼泌ケ溯ス | 1110011010111111100101001110010110111001100111111110100010111101 | e6bf94e5b99fe8bd |
EUC-JP | 豼泌ケ溯ス | 11101100110000011100100011100111100011101011100111011110111010101000111010111101 | ecc1c8e78eb9deea8ebd |
UTF-8 | 豼泌ケ溯ス | 111010001011000110111100111001101011001110001100111011111011110110111001111001101011101010101111111011111011110110111101 | e8b1bce6b38cefbdb9e6baafefbdbd |
UHC | ?泌?溯? | 00111111111110011011001000111111111000011011110100111111 | 3ff9b23fe1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)