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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 帙般?托^ | 1001101111100011100101001100101000111111100100011110111101011110 | 9be394ca3f91ef5e |
EUC-JP | 帙般?托^ | 1101011011100101110010001100110000111111110000101111000101011110 | d6e5c8cc3fc2f15e |
UTF-8 | 帙般什托^ | 11100101101110001001100111101000100010001010110011101111101001111011110111100110100010011001100001011110 | e5b899e888acefa7bde689985e |
UHC | 帙般什托^ | 111100101110110111011010111101011111001011111010111101101111010101011110 | f2eddaf5f2faf6f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)