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 | 咤盖咤盖^ | 100110100100001011100001101100111001101001000010111000011011001101011110 | 9a42e1b39a42e1b35e |
EUC-JP | 咤盖咤盖^ | 110100111010001111100010101101011101001110100011111000101011010101011110 | d3a3e2b5d3a3e2b55e |
UTF-8 | 咤盖咤盖^ | 11100101100100101010010011100111100110111001011011100101100100101010010011100111100110111001011001011110 | e592a4e79b96e592a4e79b965e |
UHC | 咤盖咤盖^ | 111101101110001111001011110011001111011011100011110010111100110001011110 | f6e3cbccf6e3cbcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)