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 | 蝓キ霎樣岫 | 111001011001111110110111111010001011111010011110111010011001101110101011 | e59fb7e8be9ee99bab |
EUC-JP | 蝓キ霎樣岫 | 11101010101000011000111010110111111100001100000011011100111010111101011010101101 | eaa18eb7f0c0dcebd6ad |
UTF-8 | 蝓キ霎樣岫 | 111010001001110110010011111011111011110110110111111010011001110010001110111001101010100010100011111001011011001010101011 | e89d93efbdb7e99c8ee6a8a3e5b2ab |
UHC | ???樣岫 | 00111111001111110011111111100101110001101110000111111011 | 3f3f3fe5c6e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)