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 | æ¼B | 11100110101111001000000110001100100011111001111101000010 | e6bc818c8f9f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | æ?????B | 100011111010100111000001001111110011111100111111001111110011111101000010 | 8fa9c13f3f3f3f3f42 |
UTF-8 | æ¼B | 11000011101001101100001010111100110000101000000111000010100011001100001010001111110000101001111101000010 | c3a6c2bcc281c28cc28fc29f42 |
UHC | æ¼????B | 101010011010000110101000111110010011111100111111001111110011111101000010 | a9a1a8f93f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)