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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 應亘? | 1001110011100100100110000110101000111111 | 9ce4986a3f |
EUC-JP | 應亘? | 1101100011100110110011111100101100111111 | d8e6cfcb3f |
UTF-8 | 應亘렭 | 111001101000011110001001111001001011101010011000111010111010000010101101 | e68789e4ba98eba0ad |
UHC | 應亘렭 | 111010111110101111010000111001101000111010111010 | ebebd0e68eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)