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 | 漱[}漱[{^ | 100111111111100101011011011111011001111111111001010110110111101101011110 | 9ff95b7d9ff95b7b5e |
EUC-JP | 漱[}漱[{^ | 110111101111101101011011011111011101111011111011010110110111101101011110 | defb5b7ddefb5b7b5e |
UTF-8 | 漱[}漱[{^ | 1110011010111100101100010101101101111101111001101011110010110001010110110111101101011110 | e6bcb15b7de6bcb15b7b5e |
UHC | 漱[}漱[{^ | 111000101010101101011011011111011110001010101011010110110111101101011110 | e2ab5b7de2ab5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)