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 | 蝪煙下 | 111001011010000110001001100011001000100110111010 | e5a1898c89ba |
EUC-JP | 蝪煙下 | 111010101010001110110001111011001011001010111100 | eaa3b1ecb2bc |
UTF-8 | 蝪煙下 | 111010001001110110101010111001111000010110011001111001001011100010001011 | e89daae78599e4b88b |
UHC | ?煙下 | 0011111111100110110101011111100110111011 | 3fe6d5f9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)