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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 爛z爛zB | 11100000101000110111101011100000101000110111101001000010 | e0a37ae0a37a42 |
EUC-JP | 爛z爛zB | 11100000101001010111101011100000101001010111101001000010 | e0a57ae0a57a42 |
UTF-8 | 爛z爛zB | 111001111000100010011011011110101110011110001000100110110111101001000010 | e7889b7ae7889b7a42 |
UHC | 爛z爛zB | 11010101101101000111101011010101101101000111101001000010 | d5b47ad5b47a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)