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^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 炭短多c^ | 1001001001011001100100100101101010010001101111010110001101011110 | 9259925a91bd635e |
EUC-JP | 炭短多c^ | 1100001110111010110000111011101111000010101111110110001101011110 | c3bac3bbc2bf635e |
UTF-8 | 炭短多c^ | 1110011110000010101011011110011110011111101011011110010110100100100110100110001101011110 | e782ade79fade5a49a635e |
UHC | 炭短多c^ | 1111011110101001110100111010110111010010111111010110001101011110 | f7a9d3add2fd635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)