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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 旨潘??F | 10001110011111001110000001001110001111110011111101000110 | 8e7ce04e3f3f46 |
EUC-JP | 旨潘??F | 10111011110111011101111110101111001111110011111101000110 | bbdddfaf3f3f46 |
UTF-8 | 旨潘렟렡F | 11100110100101111010100011100110101111011001100011101011101000001001111111101011101000001010000101000110 | e697a8e6bd98eba09feba0a146 |
UHC | 旨潘렟렡F | 111100101010100111011010111010111000111010110000100011101011001001000110 | f2a9daeb8eb08eb246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)