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 | 驥綬? | 1110100110000111100011101111100000111111 | e9878ef83f |
EUC-JP | 驥綬? | 1111000111100111101111001111101000111111 | f1e7bcfa3f |
UTF-8 | 驥綬롛 | 111010011010100110100101111001111011011010101100111010111010000110011011 | e9a9a5e7b6aceba19b |
UHC | 驥綬롛 | 110100011100101011100010101110001000111011011111 | d1cae2b88edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)