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 | ??^?C | 0011111100111111010111100011111101000011 | 3f3f5e3f43 |
SJIS-WIN | ヘー^簑C | 110011011011000001011110111000101100000001000011 | cdb05ee2c043 |
EUC-JP | ヘー^簑C | 1000111011001101100011101011000001011110111001001100001001000011 | 8ecd8eb05ee4c243 |
UTF-8 | ヘー^簑C | 1110111110111110100011011110111110111101101100000101111011100111101100001001000101000011 | efbe8defbdb05ee7b09143 |
UHC | ??^?C | 0011111100111111010111100011111101000011 | 3f3f5e3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)