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 | 汁?貞 | 1000111101100000001111111001001011100101 | 8f603f92e5 |
EUC-JP | 汁?貞 | 1011110111000001001111111100010011100111 | bdc13fc4e7 |
UTF-8 | 汁렏貞 | 111001101011000110000001111010111010000010001111111010001011001010011110 | e6b181eba08fe8b29e |
UHC | 汁렏貞 | 111100011111000010001110101001011110111111110110 | f1f08ea5eff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)