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 | 韶泌炎褂 | 1110100011101110100101001110010110001001100010101110010111100110 | e8ee94e5898ae5e6 |
EUC-JP | 韶泌炎褂 | 1111000011110000110010001110011110110001111010101110101011101000 | f0f0c8e7b1eaeae8 |
UTF-8 | 韶泌炎褂 | 111010011001111110110110111001101011001110001100111001111000001010001110111010001010010010000010 | e99fb6e6b38ce7828ee8a482 |
UHC | 韶泌炎? | 11100001110100101111100110110010111001101111101000111111 | e1d2f9b2e6fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)