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 | è¬Ð²B | 111010001001010010101100110100001011001001000010 | e894acd0b242 |
SJIS-WIN | ??¬??B | 00111111001111111000000111001010001111110011111101000010 | 3f3f81ca3f3f42 |
EUC-JP | è?¬??B | 100011111010101110110010001111111010001011001100001111110011111101000010 | 8fabb23fa2cc3f3f42 |
UTF-8 | è¬Ð²B | 1100001110101000110000101001010011000010101011001100001110010000110000101011001001000010 | c3a8c294c2acc390c2b242 |
UHC | ???вB | 0011111100111111001111111010100010100010101010011111011101000010 | 3f3f3fa8a2a9f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)