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 | ??O??? | 001111110011111101001111001111110011111100111111 | 3f3f4f3f3f3f |
SJIS-WIN | 辷シO迯礼穴 | 11100111100010001011110001001111111001111000110110010111111001111000110010001010 | e788bc4fe78d97e78c8a |
EUC-JP | 辷シO迯礼穴 | 1110110111101000100011101011110001001111111011011110110111001110111010011011011111101010 | ede88ebc4fededcee9b7ea |
UTF-8 | 辷シO迯礼穴 | 11101000101111101011011111101111101111011011110001001111111010001011111110101111111001111010010010111100111001111010100110110100 | e8beb7efbdbc4fe8bfafe7a4bce7a9b4 |
UHC | ??O??穴 | 00111111001111110100111100111111001111111111101011101011 | 3f3f4f3f3ffaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)