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 | 隶梧ョ諌ェ | 1110100010101110100011001110011010101110100010101101000010101010 | e8ae8ce6ae8ad0aa |
EUC-JP | 隶梧ョ諌ェ | 11110000101100001011100011101000100011101010111010110100110100101000111010101010 | f0b0b8e88eaeb4d28eaa |
UTF-8 | 隶梧ョ諌ェ | 111010011001101010110110111001101010001010100111111011111011110110101110111010001010101110001100111011111011110110101010 | e99ab6e6a2a7efbdaee8ab8cefbdaa |
UHC | ?梧??? | 001111111110011111111100001111110011111100111111 | 3fe7fc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)