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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 弟冪??舞B | 100100101110110110011001011100000011111100111111100101011001000101000010 | 92ed99703f3f959142 |
EUC-JP | 弟冪??舞B | 110001001110111111010001110100010011111100111111110010011111000101000010 | c4efd1d13f3fc9f142 |
UTF-8 | 弟冪렰띄舞B | 11100101101111001001111111100101100001101010101011101011101000001011000011101011100111011000010011101000100010001001111001000010 | e5bc9fe586aaeba0b0eb9d84e8889e42 |
UHC | 弟冪렰띄舞B | 1111000010101001110110001111000110001110101111011011011011100111110110011111000101000010 | f0a9d8f18ebdb6e7d9f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)