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}B | 00111111010011110111110101000010 | 3f4f7d42 |
SJIS-WIN | 鯤O}B | 1110100111001000010011110111110101000010 | e9c84f7d42 |
EUC-JP | 鯤O}B | 1111001011001010010011110111110101000010 | f2ca4f7d42 |
UTF-8 | 鯤O}B | 111010011010111110100100010011110111110101000010 | e9afa44f7d42 |
UHC | 鯤O}B | 1100110111100110010011110111110101000010 | cde64f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)