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 | ????§ | 0011111100111111001111110011111110100111 | 3f3f3f3fa7 |
SJIS-WIN | 驩樣ッ秘§ | 111010011000100110011110111010011010111110010100111010011000000110011000 | e9899ee9af94e98198 |
EUC-JP | 驩樣ッ秘§ | 11110001111010011101110011101011100011101010111111001000111010111010000111111000 | f1e9dceb8eafc8eba1f8 |
UTF-8 | 驩樣ッ秘§ | 1110100110101001101010011110011010101000101000111110111110111101101011111110011110100111100110001100001010100111 | e9a9a9e6a8a3efbdafe7a798c2a7 |
UHC | 驩樣?秘§ | 111111001011111011100101110001100011111111011101111110101010000111010111 | fcbee5c63fddfaa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)