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 | ÔÒû] | 1000111111010100110100101111101101011101 | 8fd4d2fb5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ?ÔÒû] | 0011111110001111101010101101010010001111101010101101001010001111101010111110010101011101 | 3f8faad48faad28fabe55d |
UTF-8 | ÔÒû] | 110000101000111111000011100101001100001110010010110000111011101101011101 | c28fc394c392c3bb5d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)