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 | 荏?? | 10001001011000000011111100111111 | 89603f3f |
EUC-JP | 荏?? | 10110001110000010011111100111111 | b1c13f3f |
UTF-8 | 荏숇쩃 | 111010001000110110001111111011001000100010000111111011001010100110000011 | e88d8fec8887eca983 |
UHC | 荏숇쩃 | 111011001111101110011001111010111010010010011101 | ecfb99eba49d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)