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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辱?└幼? | 1001000001001010001111111000010010100100100101110110001100111111 | 904a3f84a497633f |
EUC-JP | 辱?└幼? | 1011111110101011001111111010100010100110110011011100010000111111 | bfab3fa8a6cdc43f |
UTF-8 | 辱됰└幼똁 | 111010001011111010110001111010111001000010110000111000101001010010010100111001011011100110111100111010111001100010000001 | e8beb1eb90b0e29494e5b9bceb9881 |
UHC | 辱됰└幼똁 | 11101001101101001000100111101011101001101010011011101010111010101000110001000010 | e9b489eba6a6eaea8c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)