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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 悟薪 | 10001100111001011001000001100100 | 8ce59064 |
EUC-JP | 悟薪 | 10111000111001111011111111000101 | b8e7bfc5 |
UTF-8 | 悟薪 | 111001101000001010011111111010001001011010101010 | e6829fe896aa |
UHC | 悟薪 | 11100111111101101110001111101111 | e7f6e3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)