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 | 遏齢お薰ェ\ | 11100111100111111001011111101110100000101010100011111011100111101010101001011100 | e79f97ee82a8fb9eaa5c |
EUC-JP | 遏齢お?ェ\ | 11101110101000011100111011110000101001001010101000111111100011101010101001011100 | eea1cef0a4aa3f8eaa5c |
UTF-8 | 遏齢お薰ェ\ | 11101001100000011000111111101001101111011010001011100011100000011000101011101000100101101011000011101111101111011010101001011100 | e9818fe9bda2e3818ae896b0efbdaa5c |
UHC | ??お薰?\ | 0011111100111111101010101010101011111101101110010011111101011100 | 3f3faaaafdb93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)