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 | 10010111011000110011111100111111001111110011111101000010 | 97633f3f3f3f42 |
EUC-JP | 幼????B | 11001101110001000011111100111111001111110011111101000010 | cdc43f3f3f3f42 |
UTF-8 | 幼씌렲롖렳B | 11100101101110011011110011101100100101001000110011101011101000001011001011101011101000011001011011101011101000001011001101000010 | e5b9bcec948ceba0b2eba196eba0b342 |
UHC | 幼씌렲롖렳B | 1110101011101010101111101011101010001110101111111000111011011010100011101100000001000010 | eaeabeba8ebf8eda8ec042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)