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 | 0011111100111111001111110101101001000010 | 3f3f3f5a42 |
SJIS-WIN | 佯??ZB | 100110001101000100111111001111110101101001000010 | 98d13f3f5a42 |
EUC-JP | 佯??ZB | 110100001101001100111111001111110101101001000010 | d0d33f3f5a42 |
UTF-8 | 佯딈쓻ZB | 1110010010111101101011111110101110010100100010001110110010010011101110110101101001000010 | e4bdafeb9488ec93bb5a42 |
UHC | 佯딈쓻ZB | 1110010110111010100010101110111010011101100101100101101001000010 | e5ba8aee9d965a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)