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 | テ古В | 1100001110001100110000111000010001000010 | c38cc38442 |
EUC-JP | テ古В | 100011101100001110111000110001011010011110100011 | 8ec3b8c5a7a3 |
UTF-8 | テ古В | 1110111110111110100000111110010110001111101001001101000010010010 | efbe83e58fa4d092 |
UHC | ?古В | 0011111111001101101011111010110010100011 | 3fcdafaca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)