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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 永??踰?^ | 1000100101101001001111110011111111100110111110100011111101011110 | 89693f3fe6fa3f5e |
EUC-JP | 永??踰?^ | 1011000111001010001111110011111111101100111111000011111101011110 | b1ca3f3fecfc3f5e |
UTF-8 | 永띔퇊踰욳^ | 11100110101100001011100011101011100111011001010011101101100001111000101011101000101110001011000011101100100110101011001101011110 | e6b0b8eb9d94ed878ae8b8b0ec9ab35e |
UHC | 永띔퇊踰욳^ | 1110011110110101101101101110101010110111100110111110101110110010100111110100100101011110 | e7b5b6eab79bebb29f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)