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 | 娚鹹娚鹹^ | 100110110101001011101010011000111001101101010010111010100110001101011110 | 9b52ea639b52ea635e |
EUC-JP | 娚鹹娚鹹^ | 110101011011001111110011110001001101010110110011111100111100010001011110 | d5b3f3c4d5b3f3c45e |
UTF-8 | 娚鹹娚鹹^ | 11100101101010001001101011101001101110011011100111100101101010001001101011101001101110011011100101011110 | e5a89ae9b9b9e5a89ae9b9b95e |
UHC | ?鹹?鹹^ | 00111111111110011110100100111111111110011110100101011110 | 3ff9e93ff9e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)