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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 邱壁??亢B | 111001111011011110010101110001110011111100111111100110001011010001000010 | e7b795c73f3f98b442 |
EUC-JP | 邱壁??亢B | 111011101011100111001010110010010011111100111111110100001011011001000010 | eeb9cac93f3fd0b642 |
UTF-8 | 邱壁볁휩亢B | 11101001100000101011000111100101101000111000000111101011101100111000000111101101100111001010100111100100101110101010001001000010 | e982b1e5a381ebb381ed9ca9e4baa242 |
UHC | 邱壁볁휩亢B | 1100111111001000110110111111101010010011110011111100100011011011111110011111000101000010 | cfc8dbfa93cfc8dbf9f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)