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 | Z©F[ | 10010010010110101001000110101001100100100100011010010010010110111001000110011111 | 925a91a99246925b919f |
SJIS-WIN | ?Z???F?[?? | 00111111010110100011111100111111001111110100011000111111010110110011111100111111 | 3f5a3f3f3f463f5b3f3f |
EUC-JP | ?Z?©?F?[?? | 001111110101101000111111100011111010001011101101001111110100011000111111010110110011111100111111 | 3f5a3f8fa2ed3f463f5b3f3f |
UTF-8 | Z©F[ | 1100001010010010010110101100001010010001110000101010100111000010100100100100011011000010100100100101101111000010100100011100001010011111 | c2925ac291c2a9c29246c2925bc291c29f |
UHC | ?Z???F?[?? | 00111111010110100011111100111111001111110100011000111111010110110011111100111111 | 3f5a3f3f3f463f5b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)