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 | 爺ゆ | 10010110111010101000001011100100 | 96ea82e4 |
EUC-JP | 爺ゆ | 11001100111011001010010011100110 | cceca4e6 |
UTF-8 | 爺ゆ | 111001111000100010111010111000111000001010000110 | e788bae38286 |
UHC | 爺ゆ | 11100101101011001010101011100110 | e5acaae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)