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 | ED¼Z« | 10010010010001011001001001000100100100011011110010010010010110101001000110101011 | 9245924491bc925a91ab |
SJIS-WIN | ?E?D???Z?? | 00111111010001010011111101000100001111110011111100111111010110100011111100111111 | 3f453f443f3f3f5a3f3f |
EUC-JP | ?E?D???Z?? | 00111111010001010011111101000100001111110011111100111111010110100011111100111111 | 3f453f443f3f3f5a3f3f |
UTF-8 | ED¼Z« | 1100001010010010010001011100001010010010010001001100001010010001110000101011110011000010100100100101101011000010100100011100001010101011 | c29245c29244c291c2bcc2925ac291c2ab |
UHC | ?E?D?¼?Z?? | 0011111101000101001111110100010000111111101010001111100100111111010110100011111100111111 | 3f453f443fa8f93f5a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)