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[ | 1001001001011010100100100100110010010010010001011001001001011011 | 925a924c9245925b |
SJIS-WIN | ?Z?L?E?[ | 0011111101011010001111110100110000111111010001010011111101011011 | 3f5a3f4c3f453f5b |
EUC-JP | ?Z?L?E?[ | 0011111101011010001111110100110000111111010001010011111101011011 | 3f5a3f4c3f453f5b |
UTF-8 | ZLE[ | 110000101001001001011010110000101001001001001100110000101001001001000101110000101001001001011011 | c2925ac2924cc29245c2925b |
UHC | ?Z?L?E?[ | 0011111101011010001111110100110000111111010001010011111101011011 | 3f5a3f4c3f453f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)