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 | 蟆躯鴻 | 111001011011000010001011111010111000110110000011 | e5b08beb8d83 |
EUC-JP | 蟆躯鴻 | 111010101011001010110110111011011011100111100011 | eab2b6edb9e3 |
UTF-8 | 蟆躯鴻 | 111010001001111110000110111010001011101010101111111010011011010010111011 | e89f86e8baafe9b4bb |
UHC | ??鴻 | 00111111001111111111101111111000 | 3f3ffbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)