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 | ZUA° | 10010010010110100101010110010010010000011001000110110000 | 925a55924191b0 |
SJIS-WIN | ?ZU?A?° | 0011111101011010010101010011111101000001001111111000000110001011 | 3f5a553f413f818b |
EUC-JP | ?ZU?A?° | 0011111101011010010101010011111101000001001111111010000111101011 | 3f5a553f413fa1eb |
UTF-8 | ZUA° | 1100001010010010010110100101010111000010100100100100000111000010100100011100001010110000 | c2925a55c29241c291c2b0 |
UHC | ?ZU?A?° | 0011111101011010010101010011111101000001001111111010000111000110 | 3f5a553f413fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)