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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荏?程? | 100010010110000000111111100100101111011000111111 | 89603f92f63f |
EUC-JP | 荏?程? | 101100011100000100111111110001001111100000111111 | b1c13fc4f83f |
UTF-8 | 荏렒程렟 | 111010001000110110001111111010111010000010010010111001111010100010001011111010111010000010011111 | e88d8feba092e7a88beba09f |
UHC | 荏렒程렟 | 1110110011111011100011101010011111101111111011111000111010110000 | ecfb8ea7efef8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)