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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鎔峪徨琲 | 1110100001001111100110111011100110011100011100101110000011101000 | e84f9bb99c72e0e8 |
EUC-JP | 鎔峪徨琲 | 1110111110110000110101101011101111010111110100111110000011101010 | efb0d6bbd7d3e0ea |
UTF-8 | 鎔峪徨琲 | 111010011000111010010100111001011011001110101010111001011011111010101000111001111001000010110010 | e98e94e5b3aae5bea8e790b2 |
UHC | 鎔?徨? | 111010011100101000111111111111001100011100111111 | e9ca3ffcc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)