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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 뤨嬅뤨嬅^ | 11101011101001001010100011100101101011001000010111101011101001001010100011100101101011001000010101011110 | eba4a8e5ac85eba4a8e5ac855e |
UHC | 뤨嬅뤨嬅^ | 100011111101011011111011111110111000111111010110111110111111101101011110 | 8fd6fbfb8fd6fbfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)