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 | 衣?韻? | 100010001101111100111111100010010100001100111111 | 88df3f89433f |
EUC-JP | 衣?韻? | 101100001110000100111111101100011010010000111111 | b0e13fb1a43f |
UTF-8 | 衣렋韻렓 | 111010001010000110100011111010111010000010001011111010011001111110111011111010111010000010010011 | e8a1a3eba08be99fbbeba093 |
UHC | 衣렋韻렓 | 1110101111111101100011101010001011101010101001001000111010101000 | ebfd8ea2eaa48ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)