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 | 蕚沍パ | 111001001101010010011111100011001000001101110000 | e4d49f8c8370 |
EUC-JP | 蕚沍パ | 111010001101011011011101111011001010010111010001 | e8d6ddeca5d1 |
UTF-8 | 蕚沍パ | 111010001001010110011010111001101011001010001101111000111000001110010001 | e8959ae6b28de38391 |
UHC | ??パ | 00111111001111111010101111010001 | 3f3fabd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)