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 | 砥貽痍 | 100100110111010111100110110001001110000101110111 | 9375e6c4e177 |
EUC-JP | 砥貽痍 | 110001011101011011101100110001101110000111011000 | c5d6ecc6e1d8 |
UTF-8 | 砥貽痍 | 111001111010000010100101111010001011001010111101111001111001011110001101 | e7a0a5e8b2bde7978d |
UHC | 砥貽痍 | 111100101011001011101100110000101110110010110111 | f2b2ecc2ecb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)