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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | テ古ε堙ァB | 110000111000110011000011100000111100001110011010110000111010011101000010 | c38cc383c39ac3a742 |
EUC-JP | テ古ε堙ァB | 1000111011000011101110001100010110100110110001011101010011000101100011101010011101000010 | 8ec3b8c5a6c5d4c58ea742 |
UTF-8 | テ古ε堙ァB | 111011111011111010000011111001011000111110100100110011101011010111100101101000001001100111101111101111011010011101000010 | efbe83e58fa4ceb5e5a099efbda742 |
UHC | ?古ε??B | 0011111111001101101011111010010111100101001111110011111101000010 | 3fcdafa5e53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)