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 | ??К^ | 0011111100111111100001000100101101011110 | 3f3f844b5e |
EUC-JP | ??К^ | 0011111100111111101001111010110001011110 | 3f3fa7ac5e |
UTF-8 | 銳얠К^ | 111010011000101010110011111011001001011010100000110100001001101001011110 | e98ab3ec96a0d09a5e |
UHC | 銳얠К^ | 11100111111001011011111011101100101011001010110001011110 | e7e5beecacac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)