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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韃郁ャ晄蜀 | 1110100011100101100010001110100010101100100111011110011011110100101111101110010110000110 | e8e588e8ac9de6f4bee586 |
EUC-JP | 韃郁ャ晄?蜀 | 1111000011100111101100001110101010001110101011001101101011101000001111111110100111100110 | f0e7b0ea8eacdae83fe9e6 |
UTF-8 | 韃郁ャ晄蜀 | 111010011001111110000011111010011000001110000001111011111011110110101100111001101001100110000100111011101000110110101101111010001001110010000000 | e99f83e98381efbdace69984ee8dade89c80 |
UHC | ?郁?晄?蜀 | 001111111110100111110100001111111111110011001101001111111111010110111001 | 3fe9f43ffccd3ff5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)