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 | ?????noBF | 001111110011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f3f6e6f4246 |
SJIS-WIN | 幼????noBF | 10010111011000110011111100111111001111110011111101101110011011110100001001000110 | 97633f3f3f3f6e6f4246 |
EUC-JP | 幼????noBF | 11001101110001000011111100111111001111110011111101101110011011110100001001000110 | cdc43f3f3f3f6e6f4246 |
UTF-8 | 幼씌렲롖렳noBF | 11100101101110011011110011101100100101001000110011101011101000001011001011101011101000011001011011101011101000001011001101101110011011110100001001000110 | e5b9bcec948ceba0b2eba196eba0b36e6f4246 |
UHC | 幼씌렲롖렳noBF | 1110101011101010101111101011101010001110101111111000111011011010100011101100000001101110011011110100001001000110 | eaeabeba8ebf8eda8ec06e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)