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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 短辰B | 1001001001011010100100100100001101000010 | 925a924342 |
EUC-JP | 短辰B | 1100001110111011110000111010010001000010 | c3bbc3a442 |
UTF-8 | 短辰B | 11100111100111111010110111101000101111101011000001000010 | e79fade8beb042 |
UHC | 短辰B | 1101001110101101111100101110001101000010 | d3adf2e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)