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 | 竪端他 | 100100100100011110010010010110111001000110111100 | 9247925b91bc |
EUC-JP | 竪端他 | 110000111010100011000011101111001100001010111110 | c3a8c3bcc2be |
UTF-8 | 竪端他 | 111001111010101110101010111001111010101110101111111001001011101110010110 | e7abaae7abafe4bb96 |
UHC | 竪端他 | 111000101011010111010011101011101111011011100010 | e2b5d3aef6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)