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?形 | 10010000010010101000001010001001001111111000110001100000 | 904a82893f8c60 |
EUC-JP | 辱i?形 | 10111111101010111010001111101001001111111011011111000001 | bfaba3e93fb7c1 |
UTF-8 | 辱i뮈形 | 111010001011111010110001111011111011110110001001111010111010111010001000111001011011110110100010 | e8beb1efbd89ebae88e5bda2 |
UHC | 辱i뮈形 | 1110100110110100101000111110100110111001101111111111101110100001 | e9b4a3e9b9bffba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)