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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茲倶砂罎 | 1110010010100010100010111110010010001101101110111110001110100010 | e4a28be48dbbe3a2 |
EUC-JP | 茲倶砂罎 | 1110100010100100101101101110011010111010101111011110011010100100 | e8a4b6e6babde6a4 |
UTF-8 | 茲倶砂罎 | 111010001000110010110010111001011000000010110110111001111010000010000010111001111011110110001110 | e88cb2e580b6e7a082e7bd8e |
UHC | ??砂? | 0011111100111111110111101110001100111111 | 3f3fdee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)