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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 絶??塋?B | 1001000011100010001111110011111110011010110010000011111101000010 | 90e23f3f9ac83f42 |
EUC-JP | 絶??塋?B | 1100000011100100001111110011111111010100110010100011111101000010 | c0e43f3fd4ca3f42 |
UTF-8 | 絶껁겇塋찦B | 11100111101101011011011011101010101110111000000111101010101100101000011111100101101000011000101111101100101100001010011001000010 | e7b5b6eabb81eab287e5a18becb0a642 |
UHC | 絶껁겇塋찦B | 1110111110111110100000111110001110000001101001001110011110101011101010100100001001000010 | efbe83e381a4e7abaa4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)