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 | ZLE[¡ | 10010010010110101001001001001100100100100100010110010010010110111001000110100001 | 925a924c9245925b91a1 |
SJIS-WIN | ?Z?L?E?[?? | 00111111010110100011111101001100001111110100010100111111010110110011111100111111 | 3f5a3f4c3f453f5b3f3f |
EUC-JP | ?Z?L?E?[?¡ | 001111110101101000111111010011000011111101000101001111110101101100111111100011111010001011000010 | 3f5a3f4c3f453f5b3f8fa2c2 |
UTF-8 | ZLE[¡ | 11000010100100100101101011000010100100100100110011000010100100100100010111000010100100100101101111000010100100011100001010100001 | c2925ac2924cc29245c2925bc291c2a1 |
UHC | ?Z?L?E?[?¡ | 0011111101011010001111110100110000111111010001010011111101011011001111111010001010101110 | 3f5a3f4c3f453f5b3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)