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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 狹鴣貽磆^ | 111000001100001111101001111100111110011011000100111000011111010101011110 | e0c3e9f3e6c4e1f55e |
EUC-JP | 狹鴣貽磆^ | 111000001100010111110010111101011110110011000110111000101111011101011110 | e0c5f2f5ecc6e2f75e |
UTF-8 | 狹鴣貽磆^ | 11100111100010111011100111101001101101001010001111101000101100101011110111100111101000111000011001011110 | e78bb9e9b4a3e8b2bde7a3865e |
UHC | 狹?貽?^ | 11111010111101010011111111101100110000100011111101011110 | faf53fecc23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)