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 | 100100000100101000111111100001001010010010010111011000110011111101000010 | 904a3f84a497633f42 |
EUC-JP | 辱?└幼?B | 101111111010101100111111101010001010011011001101110001000011111101000010 | bfab3fa8a6cdc43f42 |
UTF-8 | 辱됰└幼똶B | 11101000101111101011000111101011100100001011000011100010100101001001010011100101101110011011110011101011100110001011011001000010 | e8beb1eb90b0e29494e5b9bceb98b642 |
UHC | 辱됰└幼똶B | 1110100110110100100010011110101110100110101001101110101011101010100011000111011001000010 | e9b489eba6a6eaea8c7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)