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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴆軸嫉焏汐 | 111010011110111110001110101100101111001010101000100011101011100111111011010100111000111010101100 | e9ef8eb2f2a88eb9fb538eac |
EUC-JP | 鴆軸?嫉焏汐 | 111100101111000110111100101101000011111110111100101110111000111111001001111010011011110010101110 | f2f1bcb43fbcbb8fc9e9bcae |
UTF-8 | 鴆軸嫉焏汐 | 111010011011010010000110111010001011101110111000111011101000011110011111111001011010101110001001111001111000010010001111111001101011000110010000 | e9b486e8bbb8ee879fe5ab89e7848fe6b190 |
UHC | ?軸?嫉?汐 | 001111111111010111101110001111111111001011101100001111111110000010110001 | 3ff5ee3ff2ec3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)