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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 他谷\ | 1001000110111100100100100100101001011100 | 91bc924a5c |
EUC-JP | 他谷\ | 1100001010111110110000111010101101011100 | c2bec3ab5c |
UTF-8 | 他谷\ | 11100100101110111001011011101000101100001011011101011100 | e4bb96e8b0b75c |
UHC | 他谷\ | 1111011011100010110011011101101101011100 | f6e2cddb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)