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 | ëâ¸ìëä | 1110101111100010101110001110110010000110100111011110101111100100 | ebe2b8ec869debe4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ëâ¸ì??ëä | 1000111110101011101100111000111110101011101001001000111110100010101100011000111110101011110000000011111100111111100011111010101110110011100011111010101110100011 | 8fabb38faba48fa2b18fabc03f3f8fabb38faba3 |
UTF-8 | ëâ¸ìëä | 11000011101010111100001110100010110000101011100011000011101011001100001010000110110000101001110111000011101010111100001110100100 | c3abc3a2c2b8c3acc286c29dc3abc3a4 |
UHC | ??¸????? | 001111110011111110100010101011000011111100111111001111110011111100111111 | 3f3fa2ac3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)