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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 雕画ィ堤袖^ | 11101000101110001000100111100110101010001001001011100111100100011011001101011110 | e8b889e6a892e791b35e |
EUC-JP | 雕画ィ堤袖^ | 1111000010111010101100101110100010001110101010001100010011101001110000101011010101011110 | f0bab2e88ea8c4e9c2b55e |
UTF-8 | 雕画ィ堤袖^ | 11101001100110111001010111100111100101001011101111101111101111011010100011100101101000001010010011101000101000101001011001011110 | e99b95e794bbefbda8e5a0a4e8a2965e |
UHC | 雕??堤袖^ | 111100001110011100111111001111111111000010100111111000101100000001011110 | f0e73f3ff0a7e2c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)