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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 蟷礼ル[BF | 111001011011100110010111111001111000001110001011010110110100001001000110 | e5b997e7838b5b4246 |
EUC-JP | 蟷礼ル[BF | 111010101011101111001110111010011010010111101011010110110100001001000110 | eabbcee9a5eb5b4246 |
UTF-8 | 蟷礼ル[BF | 111010001001111110110111111001111010010010111100111000111000001110101011010110110100001001000110 | e89fb7e7a4bce383ab5b4246 |
UHC | ??ル[BF | 00111111001111111010101111101011010110110100001001000110 | 3f3fabeb5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)