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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 爐O猴狒 | 11100000101000100100111111100000110010111110000010111111 | e0a24fe0cbe0bf |
EUC-JP | 爐O猴狒 | 11100000101001000100111111100000110011011110000011000001 | e0a44fe0cde0c1 |
UTF-8 | 爐O猴狒 | 11100111100010001001000001001111111001111000110010110100111001111000101110010010 | e788904fe78cb4e78b92 |
UHC | 爐O?? | 1101011011010011010011110011111100111111 | d6d34f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)