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 | 襞榊荻^ | 11100101111111001000110111100101100010011010110001011110 | e5fc8de589ac5e |
EUC-JP | 襞榊荻^ | 11101010111111101011101011100111101100101010111001011110 | eafebae7b2ae5e |
UTF-8 | 襞榊荻^ | 11101000101001011001111011100110101001101000101011101000100011011011101101011110 | e8a59ee6a68ae88dbb5e |
UHC | ??荻^ | 0011111100111111111011101110001001011110 | 3f3feee25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)