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[?b[^ | 00111111011000100101101100111111011000100101101101011110 | 3f625b3f625b5e |
SJIS-WIN | 直b[直b[^ | 100100101011110001100010010110111001001010111100011000100101101101011110 | 92bc625b92bc625b5e |
EUC-JP | 直b[直b[^ | 110001001011111001100010010110111100010010111110011000100101101101011110 | c4be625bc4be625b5e |
UTF-8 | 直b[直b[^ | 1110011110011011101101000110001001011011111001111001101110110100011000100101101101011110 | e79bb4625be79bb4625b5e |
UHC | 直b[直b[^ | 111100101100000101100010010110111111001011000001011000100101101101011110 | f2c1625bf2c1625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)