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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 菲杓悉 | 111001001100100110001110110110111000111010111011 | e4c98edb8ebb |
EUC-JP | 菲杓悉 | 111010001100101110111100110111011011110010111101 | e8cbbcddbcbd |
UTF-8 | 菲杓悉 | 111010001000111110110010111001101001110110010011111001101000001010001001 | e88fb2e69d93e68289 |
UHC | 菲杓悉 | 110111101010001111111000111101011110001111111010 | dea3f8f5e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)