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 | ZB`D© | 100100100101101001000010100011000110000010010010010001001001000110101001 | 925a428c60924491a9 |
SJIS-WIN | ?ZB?`?D?? | 001111110101101001000010001111110110000000111111010001000011111100111111 | 3f5a423f603f443f3f |
EUC-JP | ?ZB?`?D?© | 0011111101011010010000100011111101100000001111110100010000111111100011111010001011101101 | 3f5a423f603f443f8fa2ed |
UTF-8 | ZB`D© | 1100001010010010010110100100001011000010100011000110000011000010100100100100010011000010100100011100001010101001 | c2925a42c28c60c29244c291c2a9 |
UHC | ?ZB?`?D?? | 001111110101101001000010001111110110000000111111010001000011111100111111 | 3f5a423f603f443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)