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 | 迢ケ辷サ邁 | 1110011110001011101110011110011110001000101110111110011110110000 | e78bb9e788bbe7b0 |
EUC-JP | 迢ケ辷サ邁 | 11101101111010111000111010111001111011011110100010001110101110111110111010110010 | edeb8eb9ede88ebbeeb2 |
UTF-8 | 迢ケ辷サ邁 | 111010001011111110100010111011111011110110111001111010001011111010110111111011111011110110111011111010011000001010000001 | e8bfa2efbdb9e8beb7efbdbbe98281 |
UHC | ????邁 | 001111110011111100111111001111111101100011100100 | 3f3f3f3fd8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)