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 | 趾ショ跌 | 111001101110010010111100101011101110011011101001 | e6e4bcaee6e9 |
EUC-JP | 趾ショ跌 | 1110110011100110100011101011110010001110101011101110110011101011 | ece68ebc8eaeeceb |
UTF-8 | 趾ショ跌 | 111010001011011010111110111011111011110110111100111011111011110110101110111010001011011110001100 | e8b6beefbdbcefbdaee8b78c |
UHC | 趾??跌 | 111100101011111100111111001111111111001011110110 | f2bf3f3ff2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)