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 | 章籟章籐^ | 100011111100110111100010110110111000111111001101111000101101100101011110 | 8fcde2db8fcde2d95e |
EUC-JP | 章籟章籐^ | 101111101100111111100100110111011011111011001111111001001101101101011110 | becfe4ddbecfe4db5e |
UTF-8 | 章籟章籐^ | 11100111101010111010000011100111101100011001111111100111101010111010000011100111101100011001000001011110 | e7aba0e7b19fe7aba0e7b1905e |
UHC | 章?章?^ | 11101101111100010011111111101101111100010011111101011110 | edf13fedf13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)