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 | ééº | 1110100110011011100011011110100110111010 | e99b8de9ba |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | é??éº | 1000111110101011101100010011111100111111100011111010101110110001100011111010001011101011 | 8fabb13f3f8fabb18fa2eb |
UTF-8 | ééº | 11000011101010011100001010011011110000101000110111000011101010011100001010111010 | c3a9c29bc28dc3a9c2ba |
UHC | ????º | 001111110011111100111111001111111010100010101100 | 3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)