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 | í×}Yí×}bE | 111011011101011101111101010110011110110111010111011111010110001001000101 | edd77d59edd77d6245 |
SJIS-WIN | ?×}Y?×}bE | 0011111110000001011111100111110101011001001111111000000101111110011111010110001001000101 | 3f817e7d593f817e7d6245 |
EUC-JP | í×}Yí×}bE | 100011111010101110111111101000011101111101111101010110011000111110101011101111111010000111011111011111010110001001000101 | 8fabbfa1df7d598fabbfa1df7d6245 |
UTF-8 | í×}Yí×}bE | 11000011101011011100001110010111011111010101100111000011101011011100001110010111011111010110001001000101 | c3adc3977d59c3adc3977d6245 |
UHC | ?×}Y?×}bE | 0011111110100001101111110111110101011001001111111010000110111111011111010110001001000101 | 3fa1bf7d593fa1bf7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)