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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 脾雁4^ | 11100100010000101000101011100101100000100101001101011110 | e4428ae582535e |
EUC-JP | 脾雁4^ | 11100111101000111011010011100111101000111011010001011110 | e7a3b4e7a3b45e |
UTF-8 | 脾雁4^ | 11101000100001001011111011101001100110111000000111101111101111001001010001011110 | e884bee99b81efbc945e |
UHC | 脾雁4^ | 11011110101000011110010011010010101000111011010001011110 | dea1e4d2a3b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)