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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?孺藜?^ | 00111111100110110111110111100101010110110011111101011110 | 3f9b7de55b3f5e |
EUC-JP | ?孺藜?^ | 00111111110101011101111011101001101111000011111101011110 | 3fd5dee9bc3f5e |
UTF-8 | 뤯孺藜켸^ | 11101011101001001010111111100101101011011011101011101000100101111001110011101100101111001011100001011110 | eba4afe5adbae8979cecbcb85e |
UHC | 뤯孺藜켸^ | 100011111101110111101010111010001101010111101101110001001101100101011110 | 8fddeae8d5edc4d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)