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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 襭結7^ | 11100110010000101000110010001011100000100101011001011110 | e6428c8b82565e |
EUC-JP | 襭結7^ | 11101011101000111011011111101011101000111011011101011110 | eba3b7eba3b75e |
UTF-8 | 襭結7^ | 11101000101001011010110111100111101101011001000011101111101111001001011101011110 | e8a5ade7b590efbc975e |
UHC | ?結7^ | 001111111100110010111111101000111011011101011110 | 3fccbfa3b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)