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 | 1111001011101101101111001010010101000010 | f2edbca542 |
SJIS-WIN | ???¥B | 001111110011111100111111100000011000111101000010 | 3f3f3f818f42 |
EUC-JP | òí??B | 100011111010101111010010100011111010101110111111001111110011111101000010 | 8fabd28fabbf3f3f42 |
UTF-8 | òí¼¥B | 110000111011001011000011101011011100001010111100110000101010010101000010 | c3b2c3adc2bcc2a542 |
UHC | ??¼?B | 001111110011111110101000111110010011111101000010 | 3f3fa8f93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)