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 | 将蓖ェ蜿ェ | 1000111110101011111001001110110110101010111001011000111110101010 | 8fabe4edaae58faa |
EUC-JP | 将蓖ェ蜿ェ | 10111110101011011110100011101111100011101010101011101001111011111000111010101010 | beade8ef8eaae9ef8eaa |
UTF-8 | 将蓖ェ蜿ェ | 111001011011000010000110111010001001001110010110111011111011110110101010111010001001110010111111111011111011110110101010 | e5b086e89396efbdaae89cbfefbdaa |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)