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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弱?ぐ耶 | 10001110111000110011111110000010101011101001011011101011 | 8ee33f82ae96eb |
EUC-JP | 弱?ぐ耶 | 10111100111001010011111110100100101100001100110011101101 | bce53fa4b0cced |
UTF-8 | 弱딂ぐ耶 | 111001011011110010110001111010111001010010000010111000111000000110010000111010001000000010110110 | e5bcb1eb9482e38190e880b6 |
UHC | 弱딂ぐ耶 | 1110010110110000100010101110100010101010101100001110010110101101 | e5b08ae8aab0e5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)