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 | ???^F | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
SJIS-WIN | 張??^F | 100100101010001100111111001111110101111001000110 | 92a33f3f5e46 |
EUC-JP | 張??^F | 110001001010010100111111001111110101111001000110 | c4a53f3f5e46 |
UTF-8 | 張잏ㅊ^F | 1110010110111100101101011110110010011110100011111110001110000101100010100101111001000110 | e5bcb5ec9e8fe3858a5e46 |
UHC | 張잏ㅊ^F | 1110110111100101100111111110011110100100101110100101111001000110 | ede59fe7a4ba5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)