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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 塢??烏?? | 1001101011000111001111110011111110001001010001110011111100111111 | 9ac73f3f89473f3f |
EUC-JP | 塢??烏?? | 1101010011001001001111110011111110110001101010000011111100111111 | d4c93f3fb1a83f3f |
UTF-8 | 塢쇿댗烏녻뤃 | 111001011010000110100010111011001000011110111111111010111000110010010111111001111000001110001111111010111000010110111011111010111010010010000011 | e5a1a2ec87bfeb8c97e7838feb85bbeba483 |
UHC | 塢쇿댗烏녻뤃 | 111001111111000110011001111001011000100010111011111010001010000110000110111010001000111110110100 | e7f199e588bbe8a186e88fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)