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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 伊逗?愈Ⅶ | 100010001100100110010000100000000011111110010110111110101000011101011010 | 88c990803f96fa875a |
EUC-JP | 伊逗?愈? | 1011000011001011101111111110000000111111110011001111110000111111 | b0cbbfe03fccfc3f |
UTF-8 | 伊逗드愈Ⅶ | 111001001011110010001010111010011000000010010111111010111001001110011100111001101000010010001000111000101000010110100110 | e4bc8ae98097eb939ce68488e285a6 |
UHC | 伊逗드愈Ⅶ | 11101100101001011101010011101000101101011110010111101010111011111010010110110110 | eca5d4e8b5e5eaefa5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)