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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 凹?嵋 | 1000100110011010001111111001101111001001 | 899a3f9bc9 |
EUC-JP | 凹?嵋 | 1011000111111010001111111101011011001011 | b1fa3fd6cb |
UTF-8 | 凹찍嵋 | 111001011000011110111001111011001011000010001101111001011011010110001011 | e587b9ecb08de5b58b |
UHC | 凹찍嵋 | 111010001110101011000010111011111101101010101110 | e8eac2efdaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)