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 | äãRä¯ | 1110010011100011100010111000111110001111010100101110010010101111 | e4e38b8f8f52e4af |
SJIS-WIN | ?????R?? | 0011111100111111001111110011111100111111010100100011111100111111 | 3f3f3f3f3f523f3f |
EUC-JP | äã???Rä¯ | 10001111101010111010001110001111101010111010101000111111001111110011111101010010100011111010101110100011100011111010001010110100 | 8faba38fabaa3f3f3f528faba38fa2b4 |
UTF-8 | äãRä¯ | 110000111010010011000011101000111100001010001011110000101000111111000010100011110101001011000011101001001100001010101111 | c3a4c3a3c28bc28fc28f52c3a4c2af |
UHC | ?????R?? | 0011111100111111001111110011111100111111010100100011111100111111 | 3f3f3f3f3f523f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)