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 | テ催Ь | 1100001110001101110000111000010001011101 | c38dc3845d |
EUC-JP | テ催Ь | 100011101100001110111010110001011010011110111110 | 8ec3bac5a7be |
UTF-8 | テ催Ь | 1110111110111110100000111110010110000010101011001101000010101100 | efbe83e582acd0ac |
UHC | ?催Ь | 0011111111110101110010101010110010111110 | 3ff5caacbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)