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 | ??笹^ | 0011111100111111100011011111100101011110 | 3f3f8df95e |
EUC-JP | ??笹^ | 0011111100111111101110101111101101011110 | 3f3fbafb5e |
UTF-8 | 윝굟笹^ | 11101100100111001001110111101010101101011001111111100111101011001011100101011110 | ec9c9deab59fe7acb95e |
UHC | 윝굟笹^ | 10011111101000001000001010000111111000011010101101011110 | 9fa08287e1ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)