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 | 際???▽^ | 1000110111011011001111110011111100111111100000011010010001011110 | 8ddb3f3f3f81a45e |
EUC-JP | 際?饔?▽^ | 10111010110111010011111110001111111010001110111100111111101000101010011001011110 | badd3f8fe8ef3fa2a65e |
UTF-8 | 際렧饔뜹▽^ | 11101001100110101001101111101011101000001010011111101001101001011001010011101011100111001011100111100010100101101011110101011110 | e99a9beba0a7e9a594eb9cb9e296bd5e |
UHC | 際렧饔뜹▽^ | 1111000010110111100011101011011011101000101111011011011011100101101000011110010001011110 | f0b78eb6e8bdb6e5a1e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)