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 | èýè¸ | 111010001111110110011100111010001011100010001000 | e8fd9ce8b888 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èý?è¸? | 1000111110101011101100101000111110101011111100100011111110001111101010111011001010001111101000101011000100111111 | 8fabb28fabf23f8fabb28fa2b13f |
UTF-8 | èýè¸ | 110000111010100011000011101111011100001010011100110000111010100011000010101110001100001010001000 | c3a8c3bdc29cc3a8c2b8c288 |
UHC | ????¸? | 00111111001111110011111100111111101000101010110000111111 | 3f3f3f3fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)