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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?混?混B | 00111111100011011010110000111111100011011010110001000010 | 3f8dac3f8dac42 |
EUC-JP | ?混?混B | 00111111101110101010111000111111101110101010111001000010 | 3fbaae3fbaae42 |
UTF-8 | 뤛混뤛混B | 11101011101001001001101111100110101101111011011111101011101001001001101111100110101101111011011101000010 | eba49be6b7b7eba49be6b7b742 |
UHC | 뤛混뤛混B | 100011111100101011111011111010001000111111001010111110111110100001000010 | 8fcafbe88fcafbe842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)