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 | ???H? | 0011111100111111001111110100100000111111 | 3f3f3f483f |
SJIS-WIN | 辱i?H? | 10010000010010101000001010001001001111110100100000111111 | 904a82893f483f |
EUC-JP | 辱i?H? | 10111111101010111010001111101001001111110100100000111111 | bfaba3e93f483f |
UTF-8 | 辱i뮈H鍊 | 11101000101111101011000111101111101111011000100111101011101011101000100001001000111011111010011010011011 | e8beb1efbd89ebae8848efa69b |
UHC | 辱i뮈H鍊 | 111010011011010010100011111010011011100110111111010010001110011011101000 | e9b4a3e9b9bf48e6e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)