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 | 荏?裁 | 1000100101100000001111111000110111011001 | 89603f8dd9 |
EUC-JP | 荏?裁 | 1011000111000001001111111011101011011011 | b1c13fbadb |
UTF-8 | 荏렊裁 | 111010001000110110001111111010111010000010001010111010001010001110000001 | e88d8feba08ae8a381 |
UHC | 荏렊裁 | 111011001111101110001110101000011110111010101110 | ecfb8ea1eeae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)