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 | 謳罷从 | 111001101001000010010100111010111001100010111000 | e69094eb98b8 |
EUC-JP | 謳罷从 | 111010111111000011001000111011011101000010111010 | ebf0c8edd0ba |
UTF-8 | 謳罷从 | 111010001010110010110011111001111011110110110111111001001011101110001110 | e8acb3e7bdb7e4bb8e |
UHC | 謳罷? | 1100111111000100111101111111001100111111 | cfc4f7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)