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跋礼穴 | 11100110111001101011110001001111111001101110101110010111111001111000110010001010 | e6e6bc4fe6eb97e78c8a |
EUC-JP | 跏シO跋礼穴 | 1110110011101000100011101011110001001111111011001110110111001110111010011011011111101010 | ece88ebc4fecedcee9b7ea |
UTF-8 | 跏シO跋礼穴 | 11101000101101111000111111101111101111011011110001001111111010001011011110001011111001111010010010111100111001111010100110110100 | e8b78fefbdbc4fe8b78be7a4bce7a9b4 |
UHC | 跏?O跋?穴 | 110010101011101000111111010011111101101110100010001111111111101011101011 | caba3f4fdba23ffaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)