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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 昔?珣僊楔 | 100100001100110000111111111110110110001110011001010000011001111010110110 | 90cc3ffb6399419eb6 |
EUC-JP | 昔?珣僊楔 | 11000000110011100011111110001111110010111111010011010001101000101101110010111000 | c0ce3f8fcbf4d1a2dcb8 |
UTF-8 | 昔橓珣僊楔 | 111001101001100010010100111001101010100110010011111001111000111110100011111001011000001110001010111001101010010110010100 | e69894e6a993e78fa3e5838ae6a594 |
UHC | 昔橓珣僊楔 | 11100000101011101110001011100101111000101110100111100000101110101110000011011011 | e0aee2e5e2e9e0bae0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)