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 | 1001011101111010111000001101110010011000111010100101111001000110 | 977ae0dc98ea5e46 |
EUC-JP | 陽玳俾^F | 1100110111011011111000001101111011010000111011000101111001000110 | cddbe0ded0ec5e46 |
UTF-8 | 陽玳俾^F | 1110100110011001101111011110011110001110101100111110010010111111101111100101111001000110 | e999bde78eb3e4bfbe5e46 |
UHC | 陽玳?^F | 11100101110101011101001111100101001111110101111001000110 | e5d5d3e53f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)