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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邂夐實 | 111001111010111010011010111010011001101110001001 | e7ae9ae99b89 |
EUC-JP | 邂夐實 | 111011101011000011010100111010111101010111101001 | eeb0d4ebd5e9 |
UTF-8 | 邂夐實 | 111010011000001010000010111001011010010010010000111001011010111110100110 | e98282e5a490e5afa6 |
UHC | 邂?實 | 1111101010110011001111111110001111111001 | fab33fe3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)