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 | ?????ð | 001111110011111100111111001111110011111111110000 | 3f3f3f3f3ff0 |
SJIS-WIN | 永??揖?? | 1000100101101001001111110011111110010111010010110011111100111111 | 89693f3f974b3f3f |
EUC-JP | 永??揖?ð | 10110001110010100011111100111111110011011010110000111111100011111010100111000011 | b1ca3f3fcdac3f8fa9c3 |
UTF-8 | 永띠옚揖섋ð | 1110011010110000101110001110101110011101101000001110110010011000100110101110011010001111100101101110110010000100100010111100001110110000 | e6b0b8eb9da0ec989ae68f96ec848bc3b0 |
UHC | 永띠옚揖섋ð | 111001111011010110110110111011001001111010011110111010111110011110011000111010001010100110100011 | e7b5b6ec9e9eebe798e8a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)