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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 適槃?奠 | 10010011010010111001111011001111001111111001101011111001 | 934b9ecf3f9af9 |
EUC-JP | 適槃?奠 | 11000101101011001101110011010001001111111101010011111011 | c5acdcd13fd4fb |
UTF-8 | 適槃커奠 | 111010011000000110101001111001101010011110000011111011001011101110100100111001011010010110100000 | e981a9e6a783ecbba4e5a5a0 |
UHC | 適槃커奠 | 1110111011101010110110101110100111000100101111111110111011110101 | eeeadae9c4bfeef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)