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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ネ鯲セ\ | 11110000111010001100100011101001110011001011111001011100 | f0e8c8e9ccbe5c |
EUC-JP | ?ネ鯲セ\ | 0011111110001110110010001111001011001110100011101011111001011100 | 3f8ec8f2ce8ebe5c |
UTF-8 | ネ鯲セ\ | 11101110100000101010011111101111101111101000100011101001101011111011001011101111101111011011111001011100 | ee82a7efbe88e9afb2efbdbe5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)