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 | 蠖零ャ罷ア | 1110010110111101100101111110101110101100100101001110101110110001 | e5bd97ebac94ebb1 |
EUC-JP | 蠖零ャ罷ア | 11101010101111111100111011101101100011101010110011001000111011011000111010110001 | eabfceed8eacc8ed8eb1 |
UTF-8 | 蠖零ャ罷ア | 111010001010000010010110111010011001101110110110111011111011110110101100111001111011110110110111111011111011110110110001 | e8a096e99bb6efbdace7bdb7efbdb1 |
UHC | ?零?罷? | 00111111110101101100001100111111111101111111001100111111 | 3fd6c33ff7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)