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 | 赦杓珀 | 100011101100110110001110110110111110000011011111 | 8ecd8edbe0df |
EUC-JP | 赦杓珀 | 101111001100111110111100110111011110000011100001 | bccfbcdde0e1 |
UTF-8 | 赦杓珀 | 111010001011010110100110111001101001110110010011111001111000111110000000 | e8b5a6e69d93e78f80 |
UHC | 赦杓珀 | 110111101111010111111000111101011101101011010110 | def5f8f5dad6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)