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 | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 犁y犁yB | 11100000101100110111100111100000101100110111100101000010 | e0b379e0b37942 |
EUC-JP | 犁y犁yB | 11100000101101010111100111100000101101010111100101000010 | e0b579e0b57942 |
UTF-8 | 犁y犁yB | 111001111000101010000001011110011110011110001010100000010111100101000010 | e78a8179e78a817942 |
UHC | 犁y犁yB | 11010111111000000111100111010111111000000111100101000010 | d7e079d7e07942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)