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 | 擾悌 | 10001111111011111001001011101110 | 8fef92ee |
EUC-JP | 擾悌 | 10111110111100011100010011110000 | bef1c4f0 |
UTF-8 | 擾悌 | 111001101001001110111110111001101000001010001100 | e693bee6828c |
UHC | 擾悌 | 11101000111101101111000010101010 | e8f6f0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)