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 | 砥貽射 | 100100110111010111100110110001001000111011001011 | 9375e6c48ecb |
EUC-JP | 砥貽射 | 110001011101011011101100110001101011110011001101 | c5d6ecc6bccd |
UTF-8 | 砥貽射 | 111001111010000010100101111010001011001010111101111001011011000010000100 | e7a0a5e8b2bde5b084 |
UHC | 砥貽射 | 111100101011001011101100110000101101111011010010 | f2b2ecc2ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)