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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驩鷹エォ | 111010011000100110010001111010011011010010101011 | e98991e9b4ab |
EUC-JP | 驩鷹エォ | 1111000111101001110000101110101110001110101101001000111010101011 | f1e9c2eb8eb48eab |
UTF-8 | 驩鷹エォ | 111010011010100110101001111010011011011110111001111011111011110110110100111011111011110110101011 | e9a9a9e9b7b9efbdb4efbdab |
UHC | 驩鷹?? | 111111001011111011101011111011010011111100111111 | fcbeebed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)