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 | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | 迢ク荳ケ@B | 1110011110001011101110001110010010111000101110010100000001000010 | e78bb8e4b8b94042 |
EUC-JP | 迢ク荳ケ@B | 11101101111010111000111010111000111010001011101010001110101110010100000001000010 | edeb8eb8e8ba8eb94042 |
UTF-8 | 迢ク荳ケ@B | 1110100010111111101000101110111110111101101110001110100010001101101100111110111110111101101110010100000001000010 | e8bfa2efbdb8e88db3efbdb94042 |
UHC | ??荳?@B | 00111111001111111101010011100101001111110100000001000010 | 3f3fd4e53f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)