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 | 辱i?野 | 10010000010010101000001010001001001111111001011011101100 | 904a82893f96ec |
EUC-JP | 辱i?野 | 10111111101010111010001111101001001111111100110011101110 | bfaba3e93fccee |
UTF-8 | 辱i뮈野 | 111010001011111010110001111011111011110110001001111010111010111010001000111010011000011110001110 | e8beb1efbd89ebae88e9878e |
UHC | 辱i뮈野 | 1110100110110100101000111110100110111001101111111110010110101111 | e9b4a3e9b9bfe5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)