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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韜サ雉埼ェ | 1110100011101001101110111110100010110011100011011110100110101010 | e8e9bbe8b38de9aa |
EUC-JP | 韜サ雉埼ェ | 11110000111010111000111010111011111100001011010110111010111010111000111010101010 | f0eb8ebbf0b5baeb8eaa |
UTF-8 | 韜サ雉埼ェ | 111010011001111110011100111011111011110110111011111010011001101110001001111001011001111110111100111011111011110110101010 | e99f9cefbdbbe99b89e59fbcefbdaa |
UHC | 韜?雉埼? | 1101010010110111001111111111011011001011110100001111001000111111 | d4b73ff6cbd0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)