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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 上キ屡^ | 1000111111100011111100011000111010110111100011101100011001011110 | 8fe3f18eb78ec65e |
EUC-JP | 上?キ屡^ | 1011111011100101001111111000111010110111101111001100100001011110 | bee53f8eb7bcc85e |
UTF-8 | 上キ屡^ | 11100100101110001000101011101110100001001000100111101111101111011011011111100101101100011010000101011110 | e4b88aee8489efbdb7e5b1a15e |
UHC | 上???^ | 110111111011111000111111001111110011111101011110 | dfbe3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)