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 | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-WIN | ?除w?除w^ | 001111111000111110011100011101110011111110001111100111000111011101011110 | 3f8f9c773f8f9c775e |
EUC-JP | ?除w?除w^ | 001111111011110111111100011101110011111110111101111111000111011101011110 | 3fbdfc773fbdfc775e |
UTF-8 | 장除w장除w^ | 111011001001111010100101111010011001100110100100011101111110110010011110101001011110100110011001101001000111011101011110 | ec9ea5e999a477ec9ea5e999a4775e |
UHC | 장除w장除w^ | 1100000011100101111100001011011001110111110000001110010111110000101101100111011101011110 | c0e5f0b677c0e5f0b6775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)