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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 荑?? | 1000111111010111111110010011111100111111 | 8fd7f93f3f |
UTF-8 | 荑곁맮 | 111010001000110110010001111010101011001110000001111010111010011110101110 | e88d91eab381eba7ae |
UHC | 荑곁맮 | 111011001011111110110000111001111001000010110101 | ecbfb0e790b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)