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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 髯イ荵溘¥}B | 1110100110011001101100101110010010111001100111111110001110000001100011110111110101000010 | e999b2e4b99fe3818f7d42 |
EUC-JP | 髯イ荵溘¥}B | 111100011111100110001110101100101110100010111011110111101110010110100001111011110111110101000010 | f1f98eb2e8bbdee5a1ef7d42 |
UTF-8 | 髯イ荵溘¥}B | 1110100110101011101011111110111110111101101100101110100010001101101101011110011010111010100110001110111110111111101001010111110101000010 | e9abafefbdb2e88db5e6ba98efbfa57d42 |
UHC | ????¥}B | 0011111100111111001111110011111110100001110011010111110101000010 | 3f3f3f3fa1cd7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)