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 | 腟矩胸觚 | 1110010001010100100010111110100110001011101110011110011001010111 | e4548be98bb9e657 |
EUC-JP | 腟矩胸觚 | 1110011110110101101101101110101110110110101110111110101110111000 | e7b5b6ebb6bbebb8 |
UTF-8 | 腟矩胸觚 | 111010001000010110011111111001111001111110101001111010001000001110111000111010001010011110011010 | e8859fe79fa9e883b8e8a79a |
UHC | ?矩胸? | 001111111100111110111011111111011101100000111111 | 3fcfbbfdd83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)