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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | テつ津つ「c^ | 11000011100000101100001010010010110000111000001011000010101000100110001101011110 | c382c292c382c2a2635e |
EUC-JP | テつ津つ「c^ | 100011101100001110100100110001001100010011000101101001001100010010001110101000100110001101011110 | 8ec3a4c4c4c5a4c48ea2635e |
UTF-8 | テつ津つ「c^ | 1110111110111110100000111110001110000001101001001110011010110100101001011110001110000001101001001110111110111101101000100110001101011110 | efbe83e381a4e6b4a5e381a4efbda2635e |
UHC | ?つ津つ?c^ | 00111111101010101100010011110010110100001010101011000100001111110110001101011110 | 3faac4f2d0aac43f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)