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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 疋予 | 10010101010001001001011101011100 | 9544975c |
EUC-JP | 疋予 | 11001001101001011100110110111101 | c9a5cdbd |
UTF-8 | 疋予 | 111001111001011010001011111001001011101010001000 | e7968be4ba88 |
UHC | 疋予 | 11111001101101011110010111111000 | f9b5e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)