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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 煇メ骼エ鴫\ | 111110110101011111010010111010011000111010110100100011101011000001011100 | fb57d2e98eb48eb05c |
EUC-JP | 煇メ骼エ鴫\ | 100011111100100111110101100011101101001011110001111011101000111010110100101111001011001001011100 | 8fc9f58ed2f1ee8eb4bcb25c |
UTF-8 | 煇メ骼エ鴫\ | 11100111100001011000011111101111101111101001001011101001101010101011110011101111101111011011010011101001101101001010101101011100 | e78587efbe92e9aabcefbdb4e9b4ab5c |
UHC | 煇????\ | 11111101110010000011111100111111001111110011111101011100 | fdc83f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)