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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 案[}案[{^ | 100010001100010001011011011111011000100011000100010110110111101101011110 | 88c45b7d88c45b7b5e |
EUC-JP | 案[}案[{^ | 101100001100011001011011011111011011000011000110010110110111101101011110 | b0c65b7db0c65b7b5e |
UTF-8 | 案[}案[{^ | 1110011010100001100010000101101101111101111001101010000110001000010110110111101101011110 | e6a1885b7de6a1885b7b5e |
UHC | 案[}案[{^ | 111001001101000001011011011111011110010011010000010110110111101101011110 | e4d05b7de4d05b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)