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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 巽則損SB | 1001001001000110100100011010010110010001101110010101001101000010 | 924691a591b95342 |
EUC-JP | 巽則損SB | 1100001110100111110000101010011111000010101110110101001101000010 | c3a7c2a7c2bb5342 |
UTF-8 | 巽則損SB | 1110010110110111101111011110010110001001100001111110011010010000100011010101001101000010 | e5b7bde58987e6908d5342 |
UHC | 巽則損SB | 1110000111011110111101101100111011100001110111110101001101000010 | e1def6cee1df5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)