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 | ëߪå | 1110101111011111101010101110010110001111 | ebdfaae58f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ëߪå? | 10001111101010111011001110001111101010011100111010001111101000101110110010001111101010111010100100111111 | 8fabb38fa9ce8fa2ec8faba93f |
UTF-8 | ëߪå | 11000011101010111100001110011111110000101010101011000011101001011100001010001111 | c3abc39fc2aac3a5c28f |
UHC | ?ߪ?? | 00111111101010011010110010101000101000110011111100111111 | 3fa9aca8a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)