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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銕会ス丞キ | 1110011111101100100010011110111110111101100011111110010110110111 | e7ec89efbd8fe5b7 |
EUC-JP | 銕会ス丞キ | 11101110111011101011001011110001100011101011110110111110111001111000111010110111 | eeeeb2f18ebdbee78eb7 |
UTF-8 | 銕会ス丞キ | 111010011000101010010101111001001011110010011010111011111011110110111101111001001011100010011110111011111011110110110111 | e98a95e4bc9aefbdbde4b89eefbdb7 |
UHC | ???丞? | 001111110011111100111111111000111010101000111111 | 3f3f3fe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)