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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雍?新?? | 11101000101101000011111110010000010101100011111100111111 | e8b43f90563f3f |
EUC-JP | 雍?新?? | 11110000101101100011111110111111101101110011111100111111 | f0b63fbfb73f3f |
UTF-8 | 雍렓新잿륙 | 111010011001101110001101111010111010000010010011111001101001011010110000111011001001111010111111111010111010010110011001 | e99b8deba093e696b0ec9ebfeba599 |
UHC | 雍렓新잿륙 | 11101000101111001000111010101000111000111110011011000000111011011011011111111010 | e8bc8ea8e3e6c0edb7fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)