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 | å¾Ñ | 1110010110010000101111101101000110000111 | e590bed187 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | å??Ñ? | 100011111010101110101001001111110011111110001111101010101101000000111111 | 8faba93f3f8faad03f |
UTF-8 | å¾Ñ | 11000011101001011100001010010000110000101011111011000011100100011100001010000111 | c3a5c290c2bec391c287 |
UHC | ??¾?? | 001111110011111110101000111110100011111100111111 | 3f3fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)