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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雍?新? | 111010001011010000111111100100000101011000111111 | e8b43f90563f |
EUC-JP | 雍?新? | 111100001011011000111111101111111011011100111111 | f0b63fbfb73f |
UTF-8 | 雍렓新저 | 111010011001101110001101111010111010000010010011111001101001011010110000111011001010000010000000 | e99b8deba093e696b0eca080 |
UHC | 雍렓新저 | 1110100010111100100011101010100011100011111001101100000011111010 | e8bc8ea8e3e6c0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)