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 | 1001011101111010111000010111111010011000111010100101111001000110 | 977ae17e98ea5e46 |
EUC-JP | 陽痿俾^F | 1100110111011011111000011101111111010000111011000101111001000110 | cddbe1dfd0ec5e46 |
UTF-8 | 陽痿俾^F | 1110100110011001101111011110011110010111101111111110010010111111101111100101111001000110 | e999bde797bfe4bfbe5e46 |
UHC | 陽??^F | 111001011101010100111111001111110101111001000110 | e5d53f3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)